Home
last modified time | relevance | path

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

/openbsd-src/sys/ufs/ufs/
H A Dufs_quota.c265 long ncurblocks = dq->dq_curblocks + change; in chkdqchg() local
270 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) { in chkdqchg()
284 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) { in chkdqchg()