]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:48 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:10 +0000 (13:06 -0800)
commit1a6f88ea538db9b3d8aef86112894e7e6d098287
tree479375258df6a7dd22e80711a7712262deba8677
parent2003c6a8754e307970c101a20baf8fb67d0588f2
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtrefcount_btree.c