Searched refs:QUOTABLOCK_BITS (Results 1 – 4 of 4) sorted by relevance
18 #define QUOTABLOCK_BITS 10 macro19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()28 return blocks << QUOTABLOCK_BITS; in v1_qbtos()172 dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; in v1_read_file_info()
45 #define QUOTABLOCK_BITS 10 macro46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()55 return blocks << QUOTABLOCK_BITS; in v2_qbtos()120 info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS; in v2_read_file_info()
1839 #ifndef QUOTABLOCK_BITS1840 #define QUOTABLOCK_BITS 10 macro1844 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)1848 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
1538 LASSERTF(QUOTABLOCK_BITS == 10, "found %lld\n", in lustre_assert_wire_constants()1539 (long long)QUOTABLOCK_BITS); in lustre_assert_wire_constants()