Searched refs:QUOTABLOCK_BITS (Results 1 – 1 of 1) sorted by relevance
48 #define QUOTABLOCK_BITS 10 macro49 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)52 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))53 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))54 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)