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

  /src/sys/ufs/ext2fs/
ext2fs_extents.c 78 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.e_len = l->e_blk
    [all...]
ext2fs_extents.h 96 struct ext4_extent ep_sparse_ext; member in union:ext4_extent_path::__anon4c74875f010a
ext2fs_bmap.c 156 *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 12 milliseconds