Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ep_sparse_ext

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 -
127 path->ep_sparse_ext.e_blk;
129 path->ep_sparse_ext.e_len = last_lbn -
130 path->ep_sparse_ext.e_blk + 1;
131 path->ep_sparse_ext.e_start_hi = 0;
132 path->ep_sparse_ext.e_start_lo = 0;