Searched refs:e_start_lo (Results 1 – 6 of 6) sorted by relevance
104 ep->e_start_lo = ecp->ec_start & 0xffffffff; 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()
46 uint32_t e_start_lo; /* low 32 bits of physical block */ member
99 (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()
1845 newblk = lbn - ep->e_blk + (ep->e_start_lo | in ext4_ext_read()1859 newblk = lbn - nex.e_blk + (nex.e_start_lo | in ext4_ext_read()