Searched refs:um_quotas (Results 1 – 4 of 4) sorted by relevance
470 if (ump->um_quotas[i] == NULLVP || in chkdquot()560 vpp = &ump->um_quotas[type]; in quotaon()658 if ((qvp = ump->um_quotas[type]) == NULLVP) { in quotaoff1()695 ump->um_quotas[type] = NULLVP; in quotaoff1()753 if (ump->um_quotas[i] != NULLVP) in quotaoff_inchange()1041 if (ump->um_quotas[type] == NULLVP || in getquotasize()1070 if (ump->um_quotas[i] != NULLVP) in qsync()1117 if (ump->um_quotas[i] != NULLVP) in qsyncvp()1197 dq->dq_ump->um_quotas[dq->dq_type] != dqvp) in dqhashfind()1297 dqvp = ump->um_quotas[type]; in dqget()[all …]
103 struct vnode *um_quotas[MAXQUOTAS]; /* (q) pointer to quota files */ member
1116 ump->um_quotas[i] = NULLVP; in ffs_mountfs()
2151 if (ump->um_quotas[i] != NULLVP) in softdep_flushfiles()