dqi_max_spc_limit  694 fs/ocfs2/quota_local.c 	info->dqi_max_spc_limit = 0x7fffffffffffffffLL;
dqi_max_spc_limit 2682 fs/quota/dquot.c 	     di->d_spc_softlimit > dqi->dqi_max_spc_limit) ||
dqi_max_spc_limit 2684 fs/quota/dquot.c 	     di->d_spc_hardlimit > dqi->dqi_max_spc_limit) ||
dqi_max_spc_limit  175 fs/quota/quota_v1.c 	dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS;
dqi_max_spc_limit  132 fs/quota/quota_v2.c 		info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS;
dqi_max_spc_limit  140 fs/quota/quota_v2.c 		info->dqi_max_spc_limit = 0x7fffffffffffffffLL; /* 2^63-1 */
dqi_max_spc_limit  230 include/linux/quota.h 	qsize_t dqi_max_spc_limit;	/* Maximum space limit [static] */