Home
last modified time | relevance | path

Searched refs:Q_QUOTAON (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dquotacmds.h65 #if defined(Q_QUOTAON) || (defined(HAVE_DECL_Q_QUOTAON) && HAVE_DECL_Q_QUOTAON)
66 XLAT(Q_QUOTAON),
Dquotacmds.in19 Q_QUOTAON
/external/kernel-headers/original/uapi/linux/
Dquota.h67 #define Q_QUOTAON 0x800002 /* turn quotas on */ macro
/external/strace/
Dquota.c63 #define Q_QUOTAON NEW_CMD(0x2) macro
487 case Q_QUOTAON: in SYS_FUNC()