Home
last modified time | relevance | path

Searched refs:ncurblocks (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c154 ufs2_daddr_t ncurblocks; in chkdq() local
183 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() local
260 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()
277 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()
[all …]