aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-06-16 08:33:59 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2017-07-01 21:40:15 -0700
commit6f916545ae9972d3824800a818422449557eaf06 (patch)
treefb1509d38132382404fa2731efc28ae4305308ec
parentef2375a100eb81f83ae535de84c2cbc723ed4748 (diff)
downloadxfs-documentation-6f916545ae9972d3824800a818422449557eaf06.tar.gz
docs: add missing sb_qflags values
We're missing a few of the sb_qflags values, so add them to the docs. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r--design/XFS_Filesystem_Structure/allocation_groups.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
index 68f934a..992615d 100644
--- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
+++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
@@ -282,6 +282,10 @@ Quota flags. It can be a combination of the following flags:
| +XFS_OQUOTA_ENFD+ | Other (group/project) quotas are enforced.
| +XFS_OQUOTA_CHKD+ | Other (group/project) quotas have been checked.
| +XFS_GQUOTA_ACCT+ | Group quota accounting is enabled.
+| +XFS_GQUOTA_ENFD+ | Group quotas are enforced.
+| +XFS_GQUOTA_CHKD+ | Group quotas have been checked.
+| +XFS_PQUOTA_ENFD+ | Project quotas are enforced.
+| +XFS_PQUOTA_CHKD+ | Project quotas have been checked.
|=====
*sb_flags*::