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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dquota.h151 u_int32_t dqh_maxentries; /* must be a power of 2 */ member in struct:dqfilehdr
/macosx-10.10.1/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c540 dqhdr.dqh_maxentries = OSSwapHostToBigInt32((int32_t)max);
576 (!powerof2(OSSwapBigToHostInt32(dqhdr.dqh_maxentries)))) {
581 m = OSSwapBigToHostInt32(dqhdr.dqh_maxentries);
682 (!powerof2(OSSwapBigToHostInt32(dqhdr.dqh_maxentries)))) {
687 m = OSSwapBigToHostInt32(dqhdr.dqh_maxentries);
/macosx-10.10.1/diskdev_cmds-576/quota.tproj/
H A Dquota.c732 (!powerof2(OSSwapBigToHostInt32(dqhdr.dqh_maxentries)))) {
737 m = OSSwapBigToHostInt32(dqhdr.dqh_maxentries);
/macosx-10.10.1/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c303 (!powerof2(OSSwapBigToHostInt32(dqhdr.dqh_maxentries)))) {
314 maxentries = OSSwapBigToHostInt32(dqhdr.dqh_maxentries);
/macosx-10.10.1/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c424 (!powerof2(OSSwapBigToHostInt32(dqhdr.dqh_maxentries)))) {
432 m = OSSwapBigToHostInt32(dqhdr.dqh_maxentries);
444 dqhdr.dqh_maxentries = OSSwapHostToBigInt32(m);
/macosx-10.10.1/xnu-2782.1.97/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 119 milliseconds