]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: wire up a new inode fork type for the realtime refcount
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:17 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:41 +0000 (15:03 -0800)
commitfefa89e29d237e628c7b1fb169369cb46b432677
tree4aa907b63f3fa96e8490090a76fb21308d6057b2
parentaa9119a32eb29bb856795c32ce67df3cae39a43d
xfs: wire up a new inode fork type for the realtime refcount

Plumb in the pieces we need to embed the root of the realtime refcount
btree in an inode's data fork, complete with new fork type and
on-disk interpretation functions.

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