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 1197 ump->um_quotas[i] = NULLVP;
  /src/sys/ufs/ufs/
ufs_quota2.c 149 error = bread(ump->um_quotas[type], 0, ump->umq2_bsize,
176 error = bread(ump->um_quotas[type], lblkno, ump->umq2_bsize,
217 ret = bread(ump->um_quotas[type], lblkno,
276 if (ump->um_quotas[i] != NULLVP) {
277 error = vn_close(ump->um_quotas[i], FREAD|FWRITE,
281 ump->um_quotas[i], error);
285 ump->um_quotas[i] = NULLVP;
308 struct vnode *vp = ump->um_quotas[type];
398 if (__predict_false(ump->um_quotas[i] == NULL)) {
591 if (ump->um_quotas[key->qk_idtype] == NULLVP
    [all...]
ufs_quota1.c 292 if (ump->um_quotas[i] != NULLVP) {
332 vpp = &ump->um_quotas[type];
435 if ((qvp = ump->um_quotas[type]) == NULLVP) {
469 ump->um_quotas[type] = NULLVP;
473 if (ump->um_quotas[i] != NULLVP)
499 if (ump->um_quotas[idtype] == NULLVP)
570 if (ump->um_quotas[key->qk_idtype] == NULLVP)
764 if (ump->um_quotas[i] != NULLVP)
863 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 718 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
762 if (vp == ump->um_quotas[i])
808 dqvp = ump->um_quotas[type];
834 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
860 dq->dq_ump->um_quotas[dq->dq_type] != dqvp)
982 KASSERT(dq->dq_ump->um_quotas[dq->dq_type] != vp);

Completed in 26 milliseconds