Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c494 struct dqblk newlim; in setquota() local
520 if (copyin(addr, (caddr_t)&newlim, sizeof (struct dqblk)) != 0) { in setquota()
535 newlim.dqb_curblocks = dqp->dq_curblocks; in setquota()
536 newlim.dqb_curfiles = dqp->dq_curfiles; in setquota()
545 newlim.dqb_btimelimit? newlim.dqb_btimelimit: DQ_BTIMELIMIT; in setquota()
547 newlim.dqb_ftimelimit? newlim.dqb_ftimelimit: DQ_FTIMELIMIT; in setquota()
549 if (newlim.dqb_bsoftlimit && in setquota()
550 newlim.dqb_curblocks >= newlim.dqb_bsoftlimit) { in setquota()
555 newlim.dqb_btimelimit = in setquota()
566 newlim.dqb_btimelimit = dqp->dq_btimelimit; in setquota()
[all …]