Searched refs:MAXQUOTAS (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_quota.c99 * MAXQUOTAS value in quotas.h should be increased, and the
167 for (i = 0; i < MAXQUOTAS; i++) {
192 for (i = 0; i < MAXQUOTAS; i++) {
202 for (i = 0; i < MAXQUOTAS; i++) {
312 for (i = 0; i < MAXQUOTAS; i++) {
337 for (i = 0; i < MAXQUOTAS; i++) {
347 for (i = 0; i < MAXQUOTAS; i++) {
508 for (i = 0; i < MAXQUOTAS; i++) {
702 for (type = 0; type < MAXQUOTAS; type++)
705 if (type == MAXQUOTAS) {
[all...]
H A Dhfs_cnode.h144 struct dquot *c_dquot[MAXQUOTAS]; /* cnode's quota info */
H A Dhfs_cnode.c1247 for (i = 0; i < MAXQUOTAS; i++)
1448 for (i = 0; i < MAXQUOTAS; i++) {
H A Dhfs.h262 struct quotafile hfs_qfiles[MAXQUOTAS]; /* quota files */
H A Dhfs_vfsops.c1451 for (i = 0; i < MAXQUOTAS; i++)
2265 if ((u_int)type >= MAXQUOTAS)
3447 for (i = 0; i < MAXQUOTAS; i++) {
3484 for (i = 0; i < MAXQUOTAS; i++) {
H A Dhfs_vnops.c1866 for (i = 0; i < MAXQUOTAS; i++) {
1889 for (i = 0; i < MAXQUOTAS; i++) {
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dquota.h98 #define MAXQUOTAS 2 macro
/macosx-10.10.1/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c97 u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
112 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
113 u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
/macosx-10.10.1/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c94 u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
99 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
109 u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c99 static u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
599 numdquot < MAXQUOTAS * desiredvnodes)
H A Dvfs_syscalls.c1589 for (type=0; type < MAXQUOTAS; type++) {
/macosx-10.10.1/diskdev_cmds-576/quota.tproj/
H A Dquota.c88 u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
/macosx-10.10.1/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c105 u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c4766 if ((u_int)type >= MAXQUOTAS)

Completed in 204 milliseconds