From: Christoph Hellwig <hch@lst.de>
To: aalbersh@kernel.org
Cc: djwong@kernel.org, linux-xfs@vger.kernel.org
Subject: [PATCH 2/2] man: document rgextents geom field
Date: Wed, 11 Dec 2024 19:05:37 +0100 [thread overview]
Message-ID: <20241211180542.1411428-3-hch@lst.de> (raw)
In-Reply-To: <20241211180542.1411428-1-hch@lst.de>
Document the new rgextent geom field.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
man/man2/ioctl_xfs_fsgeometry.2 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/man/man2/ioctl_xfs_fsgeometry.2 b/man/man2/ioctl_xfs_fsgeometry.2
index c808ad5b8b91..502054f391e9 100644
--- a/man/man2/ioctl_xfs_fsgeometry.2
+++ b/man/man2/ioctl_xfs_fsgeometry.2
@@ -49,7 +49,8 @@ struct xfs_fsop_geom {
__u32 sick;
__u32 checked;
- __u64 reserved[17];
+ __u64 rgextents;
+ __u64 reserved[16];
};
.fi
.in
@@ -139,6 +140,9 @@ Please see the section
.B XFS METADATA HEALTH REPORTING
for more details.
.PP
+.I rgextents
+Is the number of RT extents in each rtgroup.
+.PP
.I reserved
is set to zero.
.SH FILESYSTEM FEATURE FLAGS
--
2.45.2
next prev parent reply other threads:[~2024-12-11 18:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 18:05 xfsprogs metadir/rtgroup man page fixups Christoph Hellwig
2024-12-11 18:05 ` [PATCH 1/2] mkfs: small rgcount man page fixup Christoph Hellwig
2024-12-11 18:18 ` Darrick J. Wong
2024-12-11 18:05 ` Christoph Hellwig [this message]
2024-12-11 18:19 ` [PATCH 2/2] man: document rgextents geom field Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241211180542.1411428-3-hch@lst.de \
--to=hch@lst.de \
--cc=aalbersh@kernel.org \
--cc=djwong@kernel.org \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.