]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries
authorDarrick J. Wong <djwong@kernel.org>
Mon, 30 Sep 2024 20:47:22 +0000 (13:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:12 +0000 (16:29 -0700)
commit376a0f307707e20c03b17568fbff6bc831f0dca8
tree04a4f2f1c3888b862f34b6a71b5ae10acd0a079a
parent9c48862e1e0284a0dd9383a41541563c3bd53f78
xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries

We're about to segment xfs_rtblock_t addresses, so we must create
type-specific helpers to do rt extent rounding of file mapping block
lengths because the rtb helpers soon will not do the right thing there.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h