Searched defs:len_blocks (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_sb.c23 uint64_t len_blocks; local
39 len_blocks = ((uint64_t)sb->s_blocks_count_hi << 32) +
41 info->len = (uint64_t)info->block_size * len_blocks;
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h115 u64 len_blocks; member in struct:fs_aux_info

Completed in 55 milliseconds