xfs: create a ranged query function for refcount btrees
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:40 +0000 (10:03 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:40 +0000 (10:03 -0800)
commitd12bf8bac87a0d93e6e5fab67f399d1e3d3d5767
treeaba78b4aebc7c1e1d54aaaa1cb40116bfc08aa6f
parent48a72f60861f790dd7c2db04d69c3a1ce606984e
xfs: create a ranged query function for refcount btrees

Implement ranged queries for refcount records.  The next patch will use
this to scan refcount data.

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