Searched refs:e_start_hi (Results 1 – 6 of 6) sorted by relevance
105 ep->e_start_hi = ecp->ec_start >> 32 & 0xffff; in ext4_ext_in_cache()124 ecp->ec_start = (daddr_t)ep->e_start_hi << 32 | ep->e_start_lo; in ext4_ext_put_cache()
45 uint16_t e_start_hi; /* high 16 bits of physical block */ member
95 (ep->e_start_lo | (daddr_t)ep->e_start_hi << 32); in ext2_blkatoff()
76 ep->e_len, ep->e_start_lo, ep->e_start_hi); in ext2_print_inode()
120 (ep->e_start_lo | (daddr_t)ep->e_start_hi << 32)); in ext4_bmapext()
1841 (daddr_t)ep->e_start_hi << 32); in ext4_ext_read()1855 (daddr_t)nex.e_start_hi << 32); in ext4_ext_read()