Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ufs/ufs/
Dufs_quota.c235 dq->dq_btime = time_second + ip->i_ump->um_btime[i]; in chkdq()
280 dq->dq_btime = time_second + ip->i_ump->um_btime[type]; in chkdqchg()
285 if (time_second > dq->dq_btime) { in chkdqchg()
583 if (dq->dq_btime > 0) in quotaon()
584 ump->um_btime[type] = dq->dq_btime; in quotaon()
838 newlim.dqb_btime = dq->dq_btime; in _setquota()
899 dq->dq_btime = time_second + ump->um_btime[type]; in _setuse()
1447 if (dq->dq_btime == 0) { in dqget()
1448 dq->dq_btime = time_second + ump->um_btime[type]; in dqget()
1743 dq->dq_btime = time_second + ump->um_btime[i];
[all …]
Dquota.h176 #define dq_btime dq_dqb.dqb_btime macro