Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dquota.h165 u_int64_t dqb_curbytes; /* current byte count */ member
185 u_int64_t dqb_curbytes; /* current byte count */ member
324 #define dq_curbytes dq_dqb.dqb_curbytes
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_quota.c826 dqb->dqb_curbytes = OSSwapBigToHostInt64(dqb->dqb_curbytes); in dqlookup()
1012 dqb.dqb_curbytes = OSSwapHostToBigInt64(dqblkp->dqb_curbytes); in dqsync_locked()