#define XFS_SCRUB_TYPE_RGSUPER 30 /* realtime superblock */
#define XFS_SCRUB_TYPE_RGBITMAP 31 /* realtime group bitmap */
#define XFS_SCRUB_TYPE_RTRMAPBT 32 /* rtgroup reverse mapping btree */
+#define XFS_SCRUB_TYPE_RTREFCBT 33 /* realtime reference count btree */
/* Number of scrub subcommands. */
-#define XFS_SCRUB_TYPE_NR 33
+#define XFS_SCRUB_TYPE_NR 34
/*
* This special type code only applies to the vectored scrub implementation.
.PP
.nf
.B XFS_SCRUB_TYPE_RGBITMAP
+.B XFS_SCRUB_TYPE_RTRMAPBT
.fi
.TP
-.B XFS_SCRUB_TYPE_RTRMAPBT
-Examine a given realtime allocation group's free space bitmap or reverse
-mapping btree, respectively.
+.B XFS_SCRUB_TYPE_RTREFCBT
+Examine a given realtime allocation group's free space bitmap, reverse
+mapping btree, or reference count btree, respectively.
Records are checked for obviously incorrect values and cross-referenced
with other allocation group metadata records to ensure that there are no
conflicts.