]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:42 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:59 +0000 (13:44 -0700)
commit99b2c9499666718a1aa8fb65ff580e90c727af7b
treec9c1d66320646cdd9b52a60ede521e7830ca6eac
parent051c286c88d80ad71eebb487e6c826872985f362
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