Searched refs:ee_start_hi (Results 1 – 4 of 4) sorted by relevance
39 __le16 ee_start_hi; /* high 16 bits of physical block */ member
105 ext2fs_le16_to_cpu(ex->ee_start_hi)); in dbg_show_extent()539 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in ext2fs_extent_get()849 ex->ee_start_hi = ext2fs_cpu_to_le16(extent->e_pblk >> 32); in ext2fs_extent_replace()945 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in extent_node_split()
74 start = ((block_t)ext[i].ee_start_hi << 32) + ext[i].ee_start_lo; in bmap_extent()
236 uint16_t ee_start_hi; /* high 16 bits of physical block */ member