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

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

Completed in 110 milliseconds