Searched refs:dqh_entrycnt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h152 u_int32_t dqh_entrycnt; /* count of active entries */ member in struct:dqfilehdr
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c459 qfp->qf_entrycnt = OSSwapBigToHostInt32(header.dqh_entrycnt);
484 header.dqh_entrycnt = OSSwapHostToBigInt32(qfp->qf_entrycnt);

Completed in 41 milliseconds