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

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.c82 struct buf *bp = info->h_levels[i].h_bp;
185 struct buf *bp = info->h_levels[i].h_bp;
220 level = &info->h_levels[info->h_levels_num - 1];
435 info.h_levels[0].h_entries = root->h_entries;
436 info.h_levels[0].h_entry = root->h_entries;
516 entries = info.h_levels[info.h_levels_num - 1].h_entries;
520 root_entries = info.h_levels[0].h_entries;
565 if (info.h_levels[1].h_entry >= entries + src_ent_num) {
566 struct buf *tmp = info.h_levels[1].h_bp;
567 info.h_levels[
[all...]
H A Dext2fs_htree.h91 struct ext2fs_htree_lookup_level h_levels[2]; member in struct:ext2fs_htree_lookup_info

Completed in 81 milliseconds