From aacdd9ad9d01134024ab25d90c7cf48942116978 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 24 Feb 2025 10:22:03 -0800 Subject: [PATCH] man: document userspace API changes due to rt reflink Update documentation to describe userspace ABI changes made for realtime reflink support. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- man/man2/ioctl_xfs_scrub_metadata.2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man/man2/ioctl_xfs_scrub_metadata.2 b/man/man2/ioctl_xfs_scrub_metadata.2 index f06bb98d..c72f1c5c 100644 --- a/man/man2/ioctl_xfs_scrub_metadata.2 +++ b/man/man2/ioctl_xfs_scrub_metadata.2 @@ -181,11 +181,12 @@ The link to examine can be specified in the same manner as .nf .B XFS_SCRUB_TYPE_RTBITMAP .B XFS_SCRUB_TYPE_RTSUM +.B XFS_SCRUB_TYPE_RTRMAPBT .fi .TP -.B XFS_SCRUB_TYPE_RTRMAPBT +.B XFS_SCRUB_TYPE_RTREFCBT Examine a given realtime allocation group's free space bitmap, summary file, -or reverse mapping btree, respectively. +reverse mapping btree, or reference count btree, respectively. .PP .nf @@ -250,6 +251,9 @@ Project quota file. .TP .B XFS_SCRUB_METAPATH_RTRMAPBT Realtime rmap btree file. +.TP +.B XFS_SCRUB_METAPATH_RTREFCOUNTBT +Realtime reference count btree file. .RE The values of -- 2.47.2