Home
last modified time | relevance | path

Searched refs:MAXQUOTAS (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dquota.h99 #define MAXQUOTAS 2 macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_quota.c95 static u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
570 numdquot < MAXQUOTAS * desiredvnodes) { in dqget()
H A Dvfs_syscalls.c2554 for (type = 0; type < MAXQUOTAS; type++) { in enablequotas()