xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
authorDarrick J. Wong <djwong@kernel.org>
Mon, 16 Oct 2023 16:31:11 +0000 (09:31 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 17 Oct 2023 23:24:22 +0000 (16:24 -0700)
commit03f4de332e2e79db36ed2156fb2350480f142bec
tree2068fe2fb1dd149a12e52db00595c144bd0cf8df
parenta684c538bc14410565e8939393089670fa1e19dd
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t

We should use xfs_fileoff_t to store the file block offset of any
location within the realtime bitmap or summary files.

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/xfs_rtalloc.c