Home
last modified time | relevance | path

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

/netbsd/sys/ufs/lfs/
H A Dulfs_quota1.c146 time_second + ip->i_ump->umq1_btime[type]; in chkdqchg()
356 ump->umq1_btime[type] = MAX_DQ_TIME; in lfsquota1_handle_cmd_quotaon()
360 ump->umq1_btime[type] = dq->dq_btime; in lfsquota1_handle_cmd_quotaon()
569 ump->umq1_btime[key->qk_idtype] = dq->dq_btime = in lfsquota1_handle_cmd_put()
608 ump->umq1_btime[key->qk_idtype] = dqb.dqb_btime = in lfsquota1_handle_cmd_put()
619 dqb.dqb_btime = time_second + ump->umq1_btime[key->qk_idtype]; in lfsquota1_handle_cmd_put()
671 dqb->dqb_btime = time_second + ump->umq1_btime[type];
717 dq->dq_btime = time_second + ump->umq1_btime[type];
827 dq->dq_btime = time_second + ump->umq1_btime[type]; in lfs_dq1get()
H A Dulfsmount.h86 #define umq1_btime um_q.um_q1.q1_btime macro
/netbsd/sys/ufs/ufs/
H A Dufs_quota1.c145 time_second + ip->i_ump->umq1_btime[type]; in chkdqchg()
363 ump->umq1_btime[type] = MAX_DQ_TIME; in quota1_handle_cmd_quotaon()
367 ump->umq1_btime[type] = dq->dq_btime; in quota1_handle_cmd_quotaon()
579 ump->umq1_btime[key->qk_idtype] = dq->dq_btime = in quota1_handle_cmd_put()
618 ump->umq1_btime[key->qk_idtype] = dqb.dqb_btime = in quota1_handle_cmd_put()
629 dqb.dqb_btime = time_second + ump->umq1_btime[key->qk_idtype]; in quota1_handle_cmd_put()
681 dqb->dqb_btime = time_second + ump->umq1_btime[type];
727 dq->dq_btime = time_second + ump->umq1_btime[type];
837 dq->dq_btime = time_second + ump->umq1_btime[type]; in dq1get()
H A Dufsmount.h114 #define umq1_btime um_q.um_q1.q1_btime macro