Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_quota.c421 qfp->qf_itime = OSSwapBigToHostInt32(header.dqh_itime); in dqfileopen()
423 qfp->qf_itime = MAX_IQ_TIME; in dqfileopen()
744 dq->dq_itime = tv.tv_sec + qfp->qf_itime; in dqget()
/xnu-8020.121.3/bsd/sys/
H A Dquota.h268 u_int32_t qf_itime; /* inode quota time limit */ member