Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c470 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 …]
H A Dufsmount.h103 struct vnode *um_quotas[MAXQUOTAS]; /* (q) pointer to quota files */ member
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1116 ump->um_quotas[i] = NULLVP; in ffs_mountfs()
H A Dffs_softdep.c2151 if (ump->um_quotas[i] != NULLVP) in softdep_flushfiles()