]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:17 +0000 (11:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Sep 2024 21:01:07 +0000 (14:01 -0700)
commit6a1bdd1645d595340e67ac47c4315c7b65c1270d
treee29e16193e56474dedbc4d6bcaf3d9eec81cb759
parentf52561db068025fc2b3523b60ec30f811aebdd7e
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>
fs/xfs/libxfs/xfs_rtrefcount_btree.c