Searched refs:ep_sparse_ext (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_extents.c78 path->ep_sparse_ext.e_blk = *first_lbn;
79 path->ep_sparse_ext.e_len = first->ei_blk - *first_lbn;
80 path->ep_sparse_ext.e_start_hi = 0;
81 path->ep_sparse_ext.e_start_lo = 0;
114 path->ep_sparse_ext.e_blk = first_lbn;
115 path->ep_sparse_ext.e_len = first->e_blk - first_lbn;
116 path->ep_sparse_ext.e_start_hi = 0;
117 path->ep_sparse_ext.e_start_lo = 0;
123 path->ep_sparse_ext.e_blk = path->ep_ext->e_blk +
126 path->ep_sparse_ext
[all...]
H A Dext2fs_extents.h96 struct ext4_extent ep_sparse_ext; member in union:ext4_extent_path::__anon15
H A Dext2fs_bmap.c156 *runp = path.ep_sparse_ext.e_len -
157 (lbn - path.ep_sparse_ext.e_blk) - 1;
159 *runb = lbn - path.ep_sparse_ext.e_blk;

Completed in 92 milliseconds