Home
last modified time | relevance | path

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

/system/extras/ext4_utils/include/ext4_utils/
Dext4.h101 #define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
102 #define EXT4_ADDR_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / sizeof(__u32))
140 #define EXT4_DESC_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / EXT4_DESC_SIZE(s))
/system/core/fs_mgr/
Dfs_mgr.cpp409 uint64_t reserved_blocks = entry.reserved_size / EXT4_BLOCK_SIZE(sb); in tune_reserved_size()