Searched refs:QUOTABLOCK_BITS (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dquota.h50 #define QUOTABLOCK_BITS 10 macro
51 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
55 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
56 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)

Completed in 39 milliseconds