]> 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>
Mon, 12 Aug 2024 21:19:18 +0000 (14:19 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 14 Aug 2024 03:08:23 +0000 (20:08 -0700)
commit9cf7cdbaccb5ac47d16a1780a23243638e63fdfd
treeee57f144cd5662bef0ec3308392556fb37adf21f
parentb137b3d13c66857ba2843aa4266940e466b53972
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_ondisk.h
libxfs/xfs_rtrefcount_btree.c
libxfs/xfs_rtrefcount_btree.h