HomeSort by: relevance | last modified time | path
    Searched refs:um_quotas (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_quota2.c 80 ump->um_quotas[USRQUOTA] == NULLVP) {
88 ump->um_quotas[USRQUOTA] = vp;
96 ump->um_quotas[GRPQUOTA] == NULLVP) {
100 vn_close(ump->um_quotas[USRQUOTA],
106 ump->um_quotas[GRPQUOTA] = vp;
ffs_vfsops.c 1566 ump->um_quotas[i] = NULLVP;
  /src/sys/ufs/lfs/
ulfsmount.h 73 struct vnode *um_quotas[ULFS_MAXQUOTAS]; /* quota files */ member in struct:ulfsmount
ulfs_quota2.c 152 error = bread(ump->um_quotas[type], 0, ump->umq2_bsize, flags, &bp);
178 error = bread(ump->um_quotas[type], lblkno, ump->umq2_bsize, flags, &bp);
218 ret = bread(ump->um_quotas[type], lblkno,
278 if (ump->um_quotas[i] != NULLVP) {
279 error = vn_close(ump->um_quotas[i], FREAD|FWRITE,
283 ump->um_quotas[i], error);
287 ump->um_quotas[i] = NULLVP;
311 struct vnode *vp = ump->um_quotas[type];
398 if (__predict_false(ump->um_quotas[i] == NULL)) {
593 if (ump->um_quotas[key->qk_idtype] == NULLVP
    [all...]
ulfs_quota1.c 290 if (ump->um_quotas[i] != NULLVP) {
322 vpp = &ump->um_quotas[type];
423 if ((qvp = ump->um_quotas[type]) == NULLVP) {
458 ump->um_quotas[type] = NULLVP;
462 if (ump->um_quotas[i] != NULLVP)
486 if (ump->um_quotas[idtype] == NULLVP)
557 if (ump->um_quotas[key->qk_idtype] == NULLVP)
751 if (ump->um_quotas[i] != NULLVP)
850 if ((dqvp = dq->dq_ump->um_quotas[dq->dq_type]) == NULLVP)
ulfs_quota.c 730 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
775 if (vp == ump->um_quotas[i])
822 dqvp = ump->um_quotas[type];
848 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
874 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
1002 KASSERT(dq->dq_ump->um_quotas[dq->dq_type] != vp);
lfs_vfsops.c 1169 ump->um_quotas[i] = NULLVP;
  /src/sys/ufs/ufs/
ufs_quota2.c 146 error = bread(ump->um_quotas[type], 0, ump->umq2_bsize,
173 error = bread(ump->um_quotas[type], lblkno, ump->umq2_bsize,
214 ret = bread(ump->um_quotas[type], lblkno,
273 if (ump->um_quotas[i] != NULLVP) {
274 error = vn_close(ump->um_quotas[i], FREAD|FWRITE,
278 ump->um_quotas[i], error);
282 ump->um_quotas[i] = NULLVP;
305 struct vnode *vp = ump->um_quotas[type];
395 if (__predict_false(ump->um_quotas[i] == NULL)) {
588 if (ump->um_quotas[key->qk_idtype] == NULLVP
    [all...]
ufs_quota1.c 289 if (ump->um_quotas[i] != NULLVP) {
329 vpp = &ump->um_quotas[type];
432 if ((qvp = ump->um_quotas[type]) == NULLVP) {
466 ump->um_quotas[type] = NULLVP;
470 if (ump->um_quotas[i] != NULLVP)
496 if (ump->um_quotas[idtype] == NULLVP)
567 if (ump->um_quotas[key->qk_idtype] == NULLVP)
761 if (ump->um_quotas[i] != NULLVP)
860 if ((dqvp = dq->dq_ump->um_quotas[dq->dq_type]) == NULLVP)
ufsmount.h 96 struct vnode *um_quotas[MAXQUOTAS]; /* pointer to quota files */ member in struct:ufsmount
ufs_quota.c 714 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
758 if (vp == ump->um_quotas[i])
804 dqvp = ump->um_quotas[type];
830 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
856 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
978 KASSERT(dq->dq_ump->um_quotas[dq->dq_type] != vp);

Completed in 32 milliseconds