MAXQUOTAS         610 include/linux/fs.h 	struct dquot		*i_dquot[MAXQUOTAS];
MAXQUOTAS         400 include/linux/quota.h #define DQUOT_STATE_LAST	(_DQUOT_STATE_FLAGS * MAXQUOTAS)
MAXQUOTAS         436 include/linux/quota.h 	struct inode *files[MAXQUOTAS];		/* inodes of quotafiles */
MAXQUOTAS         437 include/linux/quota.h 	struct mem_dqinfo info[MAXQUOTAS];	/* Information for each quota type */
MAXQUOTAS         438 include/linux/quota.h 	const struct quota_format_ops *ops[MAXQUOTAS];	/* Operations for each type */
MAXQUOTAS         138 include/linux/quotaops.h 	for (type = 0; type < MAXQUOTAS; type++)
MAXQUOTAS         153 include/linux/quotaops.h 	for (type = 0; type < MAXQUOTAS; type++)