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

  /src/sys/ufs/ext2fs/
ext2fs_extents.c 121 path->ep_ext = l - 1;
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 +
124 path->ep_ext->e_len;
201 path->ep_ext = NULL;
226 path->ep_ext = NULL;
ext2fs_extents.h 97 struct ext4_extent *ep_ext; member in union:ext4_extent_path::__anon4c74875f010a
ext2fs_bmap.c 161 if (path.ep_ext == NULL) {
165 ep = path.ep_ext;

Completed in 174 milliseconds