Home
last modified time | relevance | path

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

/external/strace/xlat/
Dquotacmds.h83 #if defined(Q_SETQUOTA) || (defined(HAVE_DECL_Q_SETQUOTA) && HAVE_DECL_Q_SETQUOTA)
84 XLAT(Q_SETQUOTA),
Dquotacmds.in25 Q_SETQUOTA
/external/strace/
Dquota.c69 #define Q_SETQUOTA NEW_CMD(0x8) macro
258 case Q_SETQUOTA: in decode_cmd_data()
497 case Q_SETQUOTA: in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dquota.h73 #define Q_SETQUOTA 0x800008 /* set user quota structure */ macro