Home
last modified time | relevance | path

Searched refs:um_quotas (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/ufs/ufs/
HDufs_quota.c470 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 …]
HDufsmount.h81 struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */ member
/freebsd-11-stable/sys/ufs/ffs/
HDffs_vfsops.c1062 ump->um_quotas[i] = NULLVP;
HDffs_softdep.c2022 if (ump->um_quotas[i] != NULLVP)