Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio.h82 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
83 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
/external/f2fs-tools/fsck/
Dquotaio.h86 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
87 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)