Home
last modified time | relevance | path

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

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