Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c497 struct dqblk newlim; in setquota() local
523 if (copyin(addr, (caddr_t)&newlim, sizeof (struct dqblk)) != 0) { in setquota()
538 newlim.dqb_curblocks = dqp->dq_curblocks; in setquota()
539 newlim.dqb_curfiles = dqp->dq_curfiles; in setquota()
548 newlim.dqb_btimelimit? newlim.dqb_btimelimit: DQ_BTIMELIMIT; in setquota()
550 newlim.dqb_ftimelimit? newlim.dqb_ftimelimit: DQ_FTIMELIMIT; in setquota()
552 if (newlim.dqb_bsoftlimit && in setquota()
553 newlim.dqb_curblocks >= newlim.dqb_bsoftlimit) { in setquota()
558 newlim.dqb_btimelimit = in setquota()
569 newlim.dqb_btimelimit = dqp->dq_btimelimit; in setquota()
[all …]