Lines Matching defs:rootp
715 struct ext2fs_htree_root *rootp;
734 rootp = (struct ext2fs_htree_root *)bp->b_data;
735 if (rootp->h_info.h_hash_version != EXT2_HTREE_LEGACY &&
736 rootp->h_info.h_hash_version != EXT2_HTREE_HALF_MD4 &&
737 rootp->h_info.h_hash_version != EXT2_HTREE_TEA)
740 hash_version = rootp->h_info.h_hash_version;
749 if ((levels = rootp->h_info.h_ind_levels) > 1)
752 entp = (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) +
753 rootp->h_info.h_info_len);
756 ext2fs_htree_root_limit(ip, rootp->h_info.h_info_len))