Searched refs:s_blocks_count_hi (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_utils.c206 sb->s_blocks_count_hi = aux_info.len_blocks >> 32;
285 aux_info.len_blocks = ((u64)sb->s_blocks_count_hi << 32) +
H A Dext4.h436 __le32 s_blocks_count_hi; member in struct:ext4_super_block
/system/vold/
H A Dcryptfs.c178 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size;

Completed in 120 milliseconds