Home
last modified time | relevance | path

Searched refs:e_start_hi (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_extents.h56 uint16_t e_start_hi; /* high 16 bits of physical block */ member
H A Dext2_extents.c254 blk |= (e4fs_daddr_t)le16toh(extent->e_start_hi) << 32; in ext4_ext_extent_pblock()
264 ex->e_start_hi = htole16((pb >> 32) & 0xffff); in ext4_ext_store_pblock()
280 ep->e_start_hi = htole16(ecp->ec_start >> 32 & 0xffff); in ext4_ext_in_cache()
1323 nearex->e_start_hi = newext->e_start_hi; in ext4_ext_insert_extent()
H A Dext2_inode_cnv.c85 le16toh(ep->e_start_hi)); in ext2_print_inode()
H A Dext2_bmap.c134 (daddr_t)le16toh(ep->e_start_hi) << 32)); in ext4_bmapext()