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

/darwin-on-arm/xnu/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.h143 struct dquot *c_dquot[MAXQUOTAS]; /* cnode's quota info */
H A Dhfs.h267 struct quotafile hfs_qfiles[MAXQUOTAS]; /* quota files */
H A Dhfs_cnode.c1200 for (i = 0; i < MAXQUOTAS; i++)
1398 for (i = 0; i < MAXQUOTAS; i++) {
H A Dhfs_vfsops.c1519 for (i = 0; i < MAXQUOTAS; i++)
2378 if ((u_int)type >= MAXQUOTAS)
3414 for (i = 0; i < MAXQUOTAS; i++) {
3448 for (i = 0; i < MAXQUOTAS; i++) {
H A Dhfs_vnops.c1534 for (i = 0; i < MAXQUOTAS; i++) {
1557 for (i = 0; i < MAXQUOTAS; i++) {
/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h98 #define MAXQUOTAS 2 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c99 static u_int32_t quotamagic[MAXQUOTAS] = INITQMAGICS;
599 numdquot < MAXQUOTAS * desiredvnodes)
H A Dvfs_syscalls.c1530 for (type=0; type < MAXQUOTAS; type++) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c4640 if ((u_int)type >= MAXQUOTAS)

Completed in 111 milliseconds