]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: display the realtime rmap btree contents
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:20 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:19 +0000 (15:37 -0700)
commit86b093482b51fb31b62dcc5c20701f78d3844664
tree88fcefc71e6c2f8acfee1d26c9ba15b2234f9fa2
parent007363d4c3e0a78b57d6b53d562a9b7f1d1522bb
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