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

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h151 u_int32_t dqh_maxentries; /* must be a power of 2 */ member in struct:dqfilehdr
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c442 (!powerof2(OSSwapBigToHostInt32(header.dqh_maxentries))) ||
443 (OSSwapBigToHostInt32(header.dqh_maxentries) > (file_size / sizeof(struct dqblk)))) {
458 qfp->qf_maxentries = OSSwapBigToHostInt32(header.dqh_maxentries);

Completed in 22 milliseconds