xfs: rename xfs_verify_rtext to xfs_verify_rtbext
authorDarrick J. Wong <djwong@kernel.org>
Mon, 16 Oct 2023 16:31:22 +0000 (09:31 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 17 Oct 2023 23:24:22 +0000 (16:24 -0700)
commit3d2b6d034f0feb7741b313f978a2fe45e917e1be
treeff53d82238b4b82b70899a14a05d9ddfcecc0894
parentf29c3e745dc253bf9d9d06ddc36af1a534ba1dd0
xfs: rename xfs_verify_rtext to xfs_verify_rtbext

This helper function validates that a range of *blocks* in the
realtime section is completely contained within the realtime section.
It does /not/ validate ranges of *rtextents*.  Rename the function to
avoid suggesting that it does, and change the type of the @len parameter
since xfs_rtblock_t is a position unit, not a length unit.

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