Searched refs:SUBCMDMASK (Results 1 – 2 of 2) sorted by relevance
120 #define SUBCMDMASK 0x00ff macro122 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
5057 type = cmds & SUBCMDMASK; in nfs_vfs_quotactl()