Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dquota.h122 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c2651 (void) VFS_QUOTACTL(mp, QCMD(Q_QUOTAON, type), 0, qfpath, ctx); in enablequotas()