]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create a ranged query function for refcount btrees
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:39 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:25 +0000 (14:06 -0700)
commit719c1bfc2a4b25919dbdab343f679b26219e4279
treeae3aa4456a977a6953e0f3a09c80544f28648d59
parent7310dea5d68989930e6a0c69469f583ef91c57a7
xfs: create a ranged query function for refcount btrees

Source kernel commit: d12bf8bac87a0d93e6e5fab67f399d1e3d3d5767

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>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h