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

/linux-master/fs/quota/
H A Dquota_v1.c177 dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS;
H A Dquota_v2.c132 info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS;
140 info->dqi_max_spc_limit = 0x7fffffffffffffffLL; /* 2^63-1 */
H A Ddquot.c2734 di->d_spc_softlimit > dqi->dqi_max_spc_limit) ||
2736 di->d_spc_hardlimit > dqi->dqi_max_spc_limit) ||
/linux-master/include/linux/
H A Dquota.h230 qsize_t dqi_max_spc_limit; /* Maximum space limit [static] */ member in struct:mem_dqinfo
/linux-master/mm/
H A Dshmem_quota.c76 info->dqi_max_spc_limit = SHMEM_QUOTA_MAX_SPC_LIMIT;
/linux-master/fs/ocfs2/
H A Dquota_local.c697 info->dqi_max_spc_limit = 0x7fffffffffffffffLL;

Completed in 229 milliseconds