From b9813b2f1f5a32052f9fa8a12740ef5ca47ab545 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 15 Oct 2024 12:44:46 -0700 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 --- 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 f06bb98de..c72f1c5c5 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.50.1