Searched refs:ncurblocks (Results 1 – 1 of 1) sorted by relevance
158 ufs2_daddr_t ncurblocks; in chkdq() local187 ncurblocks = dq->dq_curblocks + change; in chkdq()188 if (ncurblocks >= 0) in chkdq()189 dq->dq_curblocks = ncurblocks; in chkdq()223 ncurblocks = dq->dq_curblocks - change; in chkdq()224 if (ncurblocks >= 0) in chkdq()225 dq->dq_curblocks = ncurblocks; in chkdq()259 ufs2_daddr_t ncurblocks = dq->dq_curblocks + change; in chkdqchg() local264 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()281 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()[all …]