Searched refs:ncurblocks (Results 1 – 1 of 1) sorted by relevance
154 ufs2_daddr_t ncurblocks; in chkdq() local183 ncurblocks = dq->dq_curblocks + change; in chkdq()184 if (ncurblocks >= 0) in chkdq()185 dq->dq_curblocks = ncurblocks; in chkdq()219 ncurblocks = dq->dq_curblocks - change; in chkdq()220 if (ncurblocks >= 0) in chkdq()221 dq->dq_curblocks = ncurblocks; in chkdq()255 ufs2_daddr_t ncurblocks = dq->dq_curblocks + change; in chkdqchg() local260 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()277 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()[all …]