Searched refs:h_bp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.h85 struct buf *h_bp; member in struct:ext2fs_htree_lookup_level
H A Dext2fs_htree.c82 struct buf *bp = info->h_levels[i].h_bp;
185 struct buf *bp = info->h_levels[i].h_bp;
566 struct buf *tmp = info.h_levels[1].h_bp;
567 info.h_levels[1].h_bp = dst_bp;
597 info.h_levels[0].h_bp->b_data;
607 info.h_levels[1].h_bp = dst_bp;
697 brelse(level->h_bp, 0);
698 level->h_bp = bp;
733 info->h_levels[0].h_bp = bp;
776 level_info->h_bp
[all...]

Completed in 171 milliseconds