Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dquota.h61 #define SUBCMDMASK 0x00ff macro
63 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
/Linux-v6.6/fs/quota/
Dquota.c926 type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()
978 unsigned int type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()