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

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.h75 struct ext2fs_htree_root_info h_info; member in struct:ext2fs_htree_root
H A Dext2fs_htree.c425 memset(&root->h_info, 0, sizeof(root->h_info));
426 root->h_info.h_hash_version = fs->e3fs_def_hash_version;
427 root->h_info.h_info_len = sizeof(root->h_info);
431 ext2fs_htree_root_limit(dp, sizeof(root->h_info)));
438 hash_version = root->h_info.h_hash_version;
598 idx_root->h_info.h_ind_levels = 1;
735 if (rootp->h_info.h_hash_version != EXT2_HTREE_LEGACY &&
736 rootp->h_info
[all...]

Completed in 79 milliseconds