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

/external/qemu/distrib/ext4_utils/src/
H A Dext4.h96 #define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
97 #define EXT4_ADDR_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / sizeof(__u32))
134 #define EXT4_DESC_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / EXT4_DESC_SIZE(s))

Completed in 47 milliseconds