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

  /src/sys/ufs/ext2fs/
ext2fs_extents.c 210 if (path->ep_bp != NULL) {
211 brelse(path->ep_bp, 0);
212 path->ep_bp = NULL;
215 &path->ep_bp);
217 brelse(path->ep_bp, 0);
218 path->ep_bp = NULL;
221 ehp = (struct ext4_extent_header *)path->ep_bp->b_data;
ext2fs_extents.h 93 struct buf *ep_bp; member in struct:ext4_extent_path
ext2fs_bmap.c 137 struct ext4_extent_path path = { .ep_bp = NULL };
179 if (path.ep_bp != NULL) {
180 brelse(path.ep_bp, 0);

Completed in 12 milliseconds