Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dquota.h48 #define QUOTABLOCK_BITS 10 macro
49 #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)