xfs: create helpers for rtbitmap block/wordcount computations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 16 Oct 2023 16:48:20 +0000 (09:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Oct 2023 17:58:58 +0000 (10:58 -0700)
commitd0448fe76ac1a9ccbce574577a4c82246d17eec4
treeacec3f73d1e01b5589bb8daac4bcca6ef2fa301e
parent097b4b7b64ef67a4703b89fd4064480b61557fd5
xfs: create helpers for rtbitmap block/wordcount computations

Create helper functions that compute the number of blocks or words
necessary to store the rt bitmap.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_rtbitmap.h
fs/xfs/libxfs/xfs_trans_resv.c
fs/xfs/scrub/rtsummary.c
fs/xfs/xfs_rtalloc.c