HomeSort by: relevance | last modified time | path
    Searched refs:e_start_hi (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_extents.c 80 path->ep_sparse_ext.e_start_hi = 0;
116 path->ep_sparse_ext.e_start_hi = 0;
131 path->ep_sparse_ext.e_start_hi = 0;
155 ep->e_start_hi = ecp->ec_start >> 32 & 0xffff;
174 ecp->ec_start = (daddr_t)ep->e_start_hi << 32 | ep->e_start_lo;
ext2fs_extents.h 52 uint16_t e_start_hi; /* high 16 bits of physical block */ member in struct:ext4_extent
ext2fs_bmap.c 167 + (ep->e_start_lo | (daddr_t)ep->e_start_hi << 32));

Completed in 13 milliseconds