OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q_QUOTAON
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quota.h
80
#define
Q_QUOTAON
0x800002 /* turn quotas on */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h
104
# define
Q_QUOTAON
0x0100 /* enable quotas */
115
# define
Q_QUOTAON
0x800002 /* turn quotas on */
/external/kernel-headers/original/linux/
quota.h
82
#define
Q_QUOTAON
0x800002 /* turn quotas on */
/external/strace/
quota.c
69
#define
Q_QUOTAON
NEW_CMD(0x2)
106
{
Q_QUOTAON
, "
Q_QUOTAON
"},
657
case
Q_QUOTAON
:
701
{
Q_QUOTAON
, "
Q_QUOTAON
"},
Completed in 35 milliseconds
1
2
3