Searched refs:dq_btime (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dquota.h326 #define dq_btime dq_dqb.dqb_btime macro
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_quota.c259 dq->dq_btime = tv.tv_sec +
270 if (tv.tv_sec > (time_t)dq->dq_btime) {
834 newlimp->dqb_btime = dq->dq_btime;
895 dq->dq_btime = tv.tv_sec + hfsmp->hfs_qfiles[type].qf_btime;
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c767 if (dq->dq_btime == 0)
768 dq->dq_btime = tv.tv_sec + qfp->qf_btime;

Completed in 64 milliseconds