]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:13:09 +0000 (21:13 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:53:11 +0000 (18:53 -0700)
commit9242b3e5e48284c30f30036726e1ac726c20efce
treec8f21afeaa35858094a00b3b5677f77522e94ca0
parent340aa2f6f07af700542d5bf35bfec7366fbda256
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