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()
1837 #ifndef QUOTABLOCK_SIZE1838 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro1842 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
1542 LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n", in lustre_assert_wire_constants()1543 (long long)QUOTABLOCK_SIZE); in lustre_assert_wire_constants()