Searched refs:e_start_hi (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/fs/ext2fs/
H A Dext2_extents.h45 uint16_t e_start_hi; /* high 16 bits of physical block */ member in struct:ext4_extent
H A Dext2_extents.c105 ep->e_start_hi = ecp->ec_start >> 32 & 0xffff;
124 ecp->ec_start = (daddr_t)ep->e_start_hi << 32 | ep->e_start_lo;
H A Dext2_inode_cnv.c76 ep->e_len, ep->e_start_lo, ep->e_start_hi);
H A Dext2_subr.c99 (ep->e_start_lo | (daddr_t)ep->e_start_hi << 32);
H A Dext2_bmap.c120 (ep->e_start_lo | (daddr_t)ep->e_start_hi << 32));
H A Dext2_vnops.c1844 (daddr_t)ep->e_start_hi << 32);
1858 (daddr_t)nex.e_start_hi << 32);

Completed in 186 milliseconds