Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio.h32 #define QUOTABLOCK_BITS 10 macro
33 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
34 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)