Home
last modified time | relevance | path

Searched refs:s_blocks_count_hi (Results 1 – 4 of 4) sorted by relevance

/system/extras/ext4_utils/
Dext4_sb.c39 len_blocks = ((uint64_t)sb->s_blocks_count_hi << 32) + in ext4_parse_sb()
Dext4.h436 __le32 s_blocks_count_hi; member
Dext4_utils.c345 sb->s_blocks_count_hi = aux_info.len_blocks >> 32; in ext4_fill_in_sb()
/system/vold/
Dcryptfs.c527 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size; in get_fs_size()