HomeSort by relevance Sort by last modified time
    Searched refs:blocks_per_tind (Results 1 - 3 of 3) sorted by null

  /system/extras/ext4_utils/
indirect.c 258 int len = min(*block_len, aux_info.blocks_per_tind);
305 u32 tind_block_len = min(aux_info.blocks_per_tind, len);
339 ind += DIV_ROUND_UP(len, aux_info.blocks_per_tind);
341 if (len <= aux_info.blocks_per_tind)
ext4_utils.h 150 u32 blocks_per_tind; member in struct:fs_aux_info
ext4_utils.c 101 aux_info.blocks_per_tind = aux_info.blocks_per_dind * aux_info.blocks_per_dind;

Completed in 75 milliseconds