Dmitry V. Levin
2d544968fe
* xlat/quota_formats.in: Add QFMT_OCFS2 and QFMT_VFS_V1. * xlat/quotacmds.in: Add Q_XGETQSTATV. * xlat/quotatypes.in: Add PRJQUOTA. * xlat/xfs_quota_flags.in: Add FS_QUOTA_PDQ_ACCT and FS_QUOTA_PDQ_ENFD.
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
XFS_QUOTA_UDQ_ACCT (1<<0)
|
|
XFS_QUOTA_UDQ_ENFD (1<<1)
|
|
XFS_QUOTA_GDQ_ACCT (1<<2)
|
|
XFS_QUOTA_GDQ_ENFD (1<<3)
|
|
XFS_QUOTA_PDQ_ACCT (1<<4)
|
|
XFS_QUOTA_PDQ_ENFD (1<<5)
|