Searched defs:Q_GETQUOTA (Results 1 - 2 of 2) sorted by path

/external/kernel-headers/original/uapi/linux/
H A Dquota.h70 #define Q_GETQUOTA 0x800007 /* get user quota structure */ macro
/external/strace/
H A Dquota.c68 #define Q_GETQUOTA NEW_CMD(0x7) macro
257 case Q_GETQUOTA:
262 if (cmd == Q_GETQUOTA && syserror(tcp)) {
558 case Q_GETQUOTA:

Completed in 255 milliseconds