]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: display the realtime rmap btree contents
authorDarrick J. Wong <djwong@kernel.org>
Mon, 12 Aug 2024 08:44:45 +0000 (10:44 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:50 +0000 (13:53 +0200)
commit6c289e29f9e2230e56a7aa0fb5eccf47a30a4ec7
tree4f65c08dc86c28c712d6d4927d5ba26a23a96419
parent4bdb249abea5f3f12f43b50bee2726a384930fca
xfs_db: display the realtime rmap btree contents

Implement all the code we need to dump rtrmapbt contents, starting
from the root inode.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
12 files changed:
db/bmroot.c
db/bmroot.h
db/btblock.c
db/btblock.h
db/field.c
db/field.h
db/inode.c
db/inode.h
db/type.c
db/type.h
libxfs/libxfs_api_defs.h
man/man8/xfs_db.8