QUOTABLOCK_BITS
dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS;
#define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
return blocks << QUOTABLOCK_BITS;
info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS;
#define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
return blocks << QUOTABLOCK_BITS;