xfs: convert rt summary macros to helpers
authorDarrick J. Wong <djwong@kernel.org>
Mon, 16 Oct 2023 16:47:34 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Oct 2023 00:45:38 +0000 (17:45 -0700)
commit097b4b7b64ef67a4703b89fd4064480b61557fd5
treeef89174ec6a976be4b31c180ffdab24809ac71ed
parenta9948626849c2c65dfd201b5e9d855e62937de61
xfs: convert rt summary macros to helpers

Convert the realtime summary file macros to helper functions so that we
can improve type checking.

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