]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:13 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:41 +0000 (15:03 -0800)
commit20128dbf1870ea2f8237286264997b4777798a60
tree3fcc5390d0e3311a6941f11b23c94664afac9cee
parent72214d5efade257edf79dcd33adaf80931e06ba9
xfs: add realtime refcount btree operations

Implement the generic btree operations needed to manipulate rtrefcount
btree blocks. This is different from the regular refcountbt in that we
allocate space from the filesystem at large, and are neither constrained
to the free space nor any particular AG.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rtrefcount_btree.c