Searched refs:e_blk (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;
107 if (lbn < m->e_blk)
114 path->ep_sparse_ext.e_blk = first_lbn;
115 path->ep_sparse_ext.e_len = first->e_blk - first_lbn;
122 if (path->ep_ext->e_blk + path->ep_ext->e_len <= lbn) {
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;
130 path->ep_sparse_ext.e_blk
[all...]
H A Dext2fs_bmap.c157 (lbn - path.ep_sparse_ext.e_blk) - 1;
159 *runb = lbn - path.ep_sparse_ext.e_blk;
166 *bnp = fsbtodb(fs, lbn - ep->e_blk
173 *runp = ep->e_len - (lbn - ep->e_blk) - 1;
175 *runb = lbn - ep->e_blk;
H A Dext2fs_extents.h50 uint32_t e_blk; /* first logical block */ member in struct:ext4_extent

Completed in 95 milliseconds