commit | 19a0eda435d75ece9391ff7b629dd44abdd016f7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Oct 15 12:43:48 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Nov 05 13:33:56 2024 -0800 |
tree | 70e8d0deb230b156e783b21a688568bda0627da1 | |
parent | adb0a43335feab4d48d3ab0985103a5d3e55d574 [diff] |
xfs_db: convert rtsummary geometry Add two rtsummary related conversion routines to rtconvert: Convert a rtbitmap file block number and free extent log length to a file block number and info word offset within the rt summary file; Convert a free extent log length, summary info word offset, and summary file block number to a file block number within the rt bitmap file. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>