Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4_utils.cpp102 aux_info.blocks_per_dind = aux_info.blocks_per_ind * aux_info.blocks_per_ind; in ext4_create_fs_aux_info()
103 aux_info.blocks_per_tind = aux_info.blocks_per_dind * aux_info.blocks_per_dind; in ext4_create_fs_aux_info()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h100 u64 blocks_per_dind; member