Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dquotaio.h74 #define QUOTABLOCK_BITS 10 macro
75 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
76 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
/external/e2fsprogs/lib/support/
Dquotaio.h81 #define QUOTABLOCK_BITS 10 macro
82 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
83 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)