Lines Matching +full:0 +full:x0010000
32 #define XFS_DQFLAG_DIRTY (1 << 0) /* dquot is dirty */
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 */
108 #define XFS_QMOPT_RES_REGBLKS 0x0010000
109 #define XFS_QMOPT_RES_RTBLKS 0x0020000
110 #define XFS_QMOPT_BCOUNT 0x0040000
111 #define XFS_QMOPT_ICOUNT 0x0080000
112 #define XFS_QMOPT_RTBCOUNT 0x0100000
113 #define XFS_QMOPT_DELBCOUNT 0x0200000
114 #define XFS_QMOPT_DELRTBCOUNT 0x0400000
115 #define XFS_QMOPT_RES_INOS 0x0800000
120 #define XFS_QMOPT_INHERIT 0x1000000