]> 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, 15 Oct 2024 19:44:43 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:59 +0000 (13:44 -0700)
commit4c8ffcc4d2a8a942c30e6fb8442c23c4849e74ed
tree5911c6376ffa9881526e584742324c062ccfa42b
parent4140ae8ad91f0239ba56c4a1d51ef83571819ca1
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