Symbol: dq_curblocks
sys/ufs/lfs/ulfs_quota1.c
108
dq->dq_curblocks += change;
sys/ufs/lfs/ulfs_quota1.c
123
long ncurblocks = dq->dq_curblocks + change;
sys/ufs/lfs/ulfs_quota1.c
144
if (dq->dq_curblocks < dq->dq_bsoftlimit) {
sys/ufs/lfs/ulfs_quota1.c
589
dqb.dqb_curblocks = dq->dq_curblocks;
sys/ufs/lfs/ulfs_quota1.c
617
dq->dq_curblocks >= dqb.dqb_bsoftlimit &&
sys/ufs/lfs/ulfs_quota1.c
618
(dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
sys/ufs/lfs/ulfs_quota1.c
625
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/lfs/ulfs_quota1.c
662
dqb->dqb_curblocks = dq->dq_curblocks;
sys/ufs/lfs/ulfs_quota1.c
669
dq->dq_curblocks >= dqb->dqb_bsoftlimit &&
sys/ufs/lfs/ulfs_quota1.c
670
(dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
sys/ufs/lfs/ulfs_quota1.c
677
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/lfs/ulfs_quota1.c
715
if (dq->dq_bsoftlimit && dq->dq_curblocks < dq->dq_bsoftlimit &&
sys/ufs/lfs/ulfs_quota1.c
721
dq->dq_curblocks = usage.dqb_curblocks;
sys/ufs/lfs/ulfs_quota1.c
723
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/lfs/ulfs_quota1.c
79
ncurblocks = dq->dq_curblocks + change;
sys/ufs/lfs/ulfs_quota1.c
81
dq->dq_curblocks = ncurblocks;
sys/ufs/lfs/ulfs_quota1.c
83
dq->dq_curblocks = 0;
sys/ufs/ufs/ufs_quota1.c
110
dq->dq_curblocks += change;
sys/ufs/ufs/ufs_quota1.c
125
long ncurblocks = dq->dq_curblocks + change;
sys/ufs/ufs/ufs_quota1.c
146
if (dq->dq_curblocks < dq->dq_bsoftlimit) {
sys/ufs/ufs/ufs_quota1.c
602
dqb.dqb_curblocks = dq->dq_curblocks;
sys/ufs/ufs/ufs_quota1.c
630
dq->dq_curblocks >= dqb.dqb_bsoftlimit &&
sys/ufs/ufs/ufs_quota1.c
631
(dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
sys/ufs/ufs/ufs_quota1.c
638
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/ufs/ufs_quota1.c
675
dqb->dqb_curblocks = dq->dq_curblocks;
sys/ufs/ufs/ufs_quota1.c
682
dq->dq_curblocks >= dqb->dqb_bsoftlimit &&
sys/ufs/ufs/ufs_quota1.c
683
(dq->dq_bsoftlimit == 0 || dq->dq_curblocks < dq->dq_bsoftlimit))
sys/ufs/ufs/ufs_quota1.c
690
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/ufs/ufs_quota1.c
728
if (dq->dq_bsoftlimit && dq->dq_curblocks < dq->dq_bsoftlimit &&
sys/ufs/ufs/ufs_quota1.c
734
dq->dq_curblocks = usage.dqb_curblocks;
sys/ufs/ufs/ufs_quota1.c
736
if (dq->dq_curblocks < dq->dq_bsoftlimit)
sys/ufs/ufs/ufs_quota1.c
81
ncurblocks = dq->dq_curblocks + change;
sys/ufs/ufs/ufs_quota1.c
83
dq->dq_curblocks = ncurblocks;
sys/ufs/ufs/ufs_quota1.c
85
dq->dq_curblocks = 0;