diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:30:51 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:30:51 -0800 |
commit | 3d8f1426977f1bf10f867bcd26df6518ae6c2b2c (patch) | |
tree | 58942946ef7dc7d1b37fd4f4b10ce6c04bb6c475 /fs/xfs/libxfs/xfs_fs.h | |
parent | 5385f1a60d4e5b73e8ecd2757865352b68f54fb9 (diff) | |
download | lwn-3d8f1426977f1bf10f867bcd26df6518ae6c2b2c.tar.gz lwn-3d8f1426977f1bf10f867bcd26df6518ae6c2b2c.zip |
xfs: report the health of quota counts
Report the health of quota counts.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/libxfs/xfs_fs.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_fs.h b/fs/xfs/libxfs/xfs_fs.h index 6360073865db..711e0fc7efab 100644 --- a/fs/xfs/libxfs/xfs_fs.h +++ b/fs/xfs/libxfs/xfs_fs.h @@ -195,6 +195,7 @@ struct xfs_fsop_geom { #define XFS_FSOP_GEOM_SICK_PQUOTA (1 << 3) /* project quota */ #define XFS_FSOP_GEOM_SICK_RT_BITMAP (1 << 4) /* realtime bitmap */ #define XFS_FSOP_GEOM_SICK_RT_SUMMARY (1 << 5) /* realtime summary */ +#define XFS_FSOP_GEOM_SICK_QUOTACHECK (1 << 6) /* quota counts */ /* Output for XFS_FS_COUNTS */ typedef struct xfs_fsop_counts { |