OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XQM_CMD
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dqblk_xfs.h
26
#define
XQM_CMD
(x) (('X'<<8)+(x)) /* note: forms first QCMD argument */
34
#define Q_XQUOTAON
XQM_CMD
(1) /* enable accounting/enforcement */
35
#define Q_XQUOTAOFF
XQM_CMD
(2) /* disable accounting/enforcement */
36
#define Q_XGETQUOTA
XQM_CMD
(3) /* get disk limits and usage */
37
#define Q_XSETQLIM
XQM_CMD
(4) /* set disk limits */
38
#define Q_XGETQSTAT
XQM_CMD
(5) /* get quota subsystem status */
39
#define Q_XQUOTARM
XQM_CMD
(6) /* free disk space used by dquots */
40
#define Q_XQUOTASYNC
XQM_CMD
(7) /* delalloc flush, updates dquots */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h
26
#define
XQM_CMD
(x) (('X'<<8)+(x)) /* note: forms first QCMD argument */
34
#define Q_XQUOTAON
XQM_CMD
(1) /* enable accounting/enforcement */
35
#define Q_XQUOTAOFF
XQM_CMD
(2) /* disable accounting/enforcement */
36
#define Q_XGETQUOTA
XQM_CMD
(3) /* get disk limits and usage */
37
#define Q_XSETQLIM
XQM_CMD
(4) /* set disk limits */
38
#define Q_XGETQSTAT
XQM_CMD
(5) /* get quota subsystem status */
39
#define Q_XQUOTARM
XQM_CMD
(6) /* free disk space used by dquots */
40
#define Q_XQUOTASYNC
XQM_CMD
(7) /* delalloc flush, updates dquots */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h
26
#define
XQM_CMD
(x) (('X'<<8)+(x)) /* note: forms first QCMD argument */
34
#define Q_XQUOTAON
XQM_CMD
(1) /* enable accounting/enforcement */
35
#define Q_XQUOTAOFF
XQM_CMD
(2) /* disable accounting/enforcement */
36
#define Q_XGETQUOTA
XQM_CMD
(3) /* get disk limits and usage */
37
#define Q_XSETQLIM
XQM_CMD
(4) /* set disk limits */
38
#define Q_XGETQSTAT
XQM_CMD
(5) /* get quota subsystem status */
39
#define Q_XQUOTARM
XQM_CMD
(6) /* free disk space used by dquots */
40
#define Q_XQUOTASYNC
XQM_CMD
(7) /* delalloc flush, updates dquots */
/external/strace/
quota.c
47
#define
XQM_CMD
(cmd) ((u_int32_t)(cmd) | ('X'<<8))
77
#define Q_XQUOTAON
XQM_CMD
(0x1)
78
#define Q_XQUOTAOFF
XQM_CMD
(0x2)
79
#define Q_XGETQUOTA
XQM_CMD
(0x3)
80
#define Q_XSETQLIM
XQM_CMD
(0x4)
81
#define Q_XGETQSTAT
XQM_CMD
(0x5)
82
#define Q_XQUOTARM
XQM_CMD
(0x6)
83
#define Q_XQUOTASYNC
XQM_CMD
(0x7)
Completed in 31 milliseconds