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

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h264 int qf_entrycnt; /* count of active entries */ member in struct:quotafile
/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);
841 ++qfp->qf_entrycnt;

Completed in 13 milliseconds