Searched refs:QUOTABLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()
46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()
1843 #ifndef QUOTABLOCK_SIZE1844 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro1848 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
1540 LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n", in lustre_assert_wire_constants()1541 (long long)QUOTABLOCK_SIZE); in lustre_assert_wire_constants()