Searched refs:QUOTABLOCK_BITS (Results 1 – 2 of 2) sorted by relevance
19 #define QUOTABLOCK_BITS 10 macro20 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)24 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()29 return blocks << QUOTABLOCK_BITS; in v1_qbtos()175 dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; in v1_read_file_info()
44 #define QUOTABLOCK_BITS 10 macro45 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()54 return blocks << QUOTABLOCK_BITS; in v2_qbtos()130 info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS; in v2_read_file_info()