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

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h265 u_int32_t qf_btime; /* block quota time limit */ member in struct:quotafile
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c260 VTOHFS(vp)->hfs_qfiles[type].qf_btime;
841 newlimp->dqb_btime = tv.tv_sec + hfsmp->hfs_qfiles[type].qf_btime;
895 dq->dq_btime = tv.tv_sec + hfsmp->hfs_qfiles[type].qf_btime;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c449 qfp->qf_btime = OSSwapBigToHostInt32(header.dqh_btime);
451 qfp->qf_btime = MAX_DQ_TIME;
768 dq->dq_btime = tv.tv_sec + qfp->qf_btime;

Completed in 24 milliseconds