Home
last modified time | relevance | path

Searched refs:ext4_fsblk_t (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/include/ext4_utils/
Dext4_extents.h57 ext4_fsblk_t p_block;
Dext4.h37 typedef unsigned long long ext4_fsblk_t; typedef
78 ext4_fsblk_t goal;
80 ext4_fsblk_t pleft;
82 ext4_fsblk_t pright;
/system/core/fs_mgr/
Dfs_mgr.cpp287 static ext4_fsblk_t ext4_blocks_count(const struct ext4_super_block* es) { in ext4_blocks_count()
288 return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) | in ext4_blocks_count()
292 static ext4_fsblk_t ext4_r_blocks_count(const struct ext4_super_block* es) { in ext4_r_blocks_count()
293 return ((ext4_fsblk_t)le32_to_cpu(es->s_r_blocks_count_hi) << 32) | in ext4_r_blocks_count()