Lines Matching +full:0 +full:x0200000
24 #define XFS_DQ_USER 0x0001 /* a user quota */
25 #define XFS_DQ_PROJ 0x0002 /* project quota */
26 #define XFS_DQ_GROUP 0x0004 /* a group quota */
27 #define XFS_DQ_DIRTY 0x0008 /* dquot is dirty */
28 #define XFS_DQ_FREEING 0x0010 /* dquot is being torn down */
76 #define XFS_UQUOTA_ACTIVE 0x1000 /* uquotas are being turned off */
77 #define XFS_GQUOTA_ACTIVE 0x2000 /* gquotas are being turned off */
78 #define XFS_PQUOTA_ACTIVE 0x4000 /* pquotas are being turned off */
98 #define XFS_QMOPT_UQUOTA 0x0000004 /* user dquot requested */
99 #define XFS_QMOPT_PQUOTA 0x0000008 /* project dquot requested */
100 #define XFS_QMOPT_FORCE_RES 0x0000010 /* ignore quota limits */
101 #define XFS_QMOPT_SBVERSION 0x0000040 /* change superblock version num */
102 #define XFS_QMOPT_GQUOTA 0x0002000 /* group dquot requested */
103 #define XFS_QMOPT_ENOSPC 0x0004000 /* enospc instead of edquot (prj) */
109 #define XFS_QMOPT_RES_REGBLKS 0x0010000
110 #define XFS_QMOPT_RES_RTBLKS 0x0020000
111 #define XFS_QMOPT_BCOUNT 0x0040000
112 #define XFS_QMOPT_ICOUNT 0x0080000
113 #define XFS_QMOPT_RTBCOUNT 0x0100000
114 #define XFS_QMOPT_DELBCOUNT 0x0200000
115 #define XFS_QMOPT_DELRTBCOUNT 0x0400000
116 #define XFS_QMOPT_RES_INOS 0x0800000
121 #define XFS_QMOPT_INHERIT 0x1000000