Searched refs:ncurblocks (Results 1 – 2 of 2) sorted by relevance
67 int ncurblocks, error; in chkdq1() local78 ncurblocks = dq->dq_curblocks + change; in chkdq1()79 if (ncurblocks >= 0) in chkdq1()80 dq->dq_curblocks = ncurblocks; in chkdq1()122 long ncurblocks = dq->dq_curblocks + change; in chkdqchg() local128 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()142 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()
68 int ncurblocks, error; in lfs_chkdq1() local79 ncurblocks = dq->dq_curblocks + change; in lfs_chkdq1()80 if (ncurblocks >= 0) in lfs_chkdq1()81 dq->dq_curblocks = ncurblocks; in lfs_chkdq1()123 long ncurblocks = dq->dq_curblocks + change; in chkdqchg() local129 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()143 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()