Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dext3_extents.h39 __le16 ee_start_hi; /* high 16 bits of physical block */ member
Dextent.c105 ext2fs_le16_to_cpu(ex->ee_start_hi)); in dbg_show_extent()
543 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in ext2fs_extent_get()
853 ex->ee_start_hi = ext2fs_cpu_to_le16(extent->e_pblk >> 32); in ext2fs_extent_replace()
949 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in extent_node_split()
1804 ((__u64) ext2fs_le16_to_cpu(from->ee_start_hi) in ext2fs_decode_extent()
/third_party/e2fsprogs/debugfs/
Dlogdump.c579 (((unsigned long long) le16_to_cpu(ex->ee_start_hi)) << 32), in dump_fc_block()