Home
last modified time | relevance | path

Searched refs:SUBCMDMASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dquota.h60 #define SUBCMDMASK 0x00ff macro
62 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
/linux-2.6.39/fs/quota/
Dquota.c339 type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()