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

  /src/sys/ufs/ext2fs/
ext2fs_extents.c 78 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 + 1
    [all...]
ext2fs_bmap.c 157 (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;
ext2fs_extents.h 50 uint32_t e_blk; /* first logical block */ member in struct:ext4_extent

Completed in 12 milliseconds