Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c466 dqp->dq_ftimelimit = 0; in chkiq()
531 dqp->dq_ftimelimit == 0) { in chkiq()
533 dqp->dq_ftimelimit = now + ufsvfsp->vfs_ftimelimit; in chkiq()
537 } else if (now > dqp->dq_ftimelimit && !force) { in chkiq()
H A Dquotacalls.c293 (dqp->dq_ftimelimit? dqp->dq_ftimelimit: DQ_FTIMELIMIT); in opendq()
595 newlim.dqb_ftimelimit = dqp->dq_ftimelimit; in setquota()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_quota.h121 #define dq_ftimelimit dq_dqb.dqb_ftimelimit macro