Searched refs:um_quotas (Results 1 – 4 of 4) sorted by relevance
470 if (ump->um_quotas[i] == NULLVP || in chkdquot()563 vpp = &ump->um_quotas[type]; in quotaon()662 if ((qvp = ump->um_quotas[type]) == NULLVP) { in quotaoff1()700 ump->um_quotas[type] = NULLVP; in quotaoff1()758 if (ump->um_quotas[i] != NULLVP) in quotaoff_inchange()1043 if (ump->um_quotas[type] == NULLVP || in getquotasize()1073 if (ump->um_quotas[i] != NULLVP) in qsync()1120 if (ump->um_quotas[i] != NULLVP) in qsyncvp()1200 dq->dq_ump->um_quotas[dq->dq_type] != dqvp) in dqhashfind()1300 dqvp = ump->um_quotas[type]; in dqget()[all …]
81 struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */ member
1062 ump->um_quotas[i] = NULLVP;
2022 if (ump->um_quotas[i] != NULLVP)