• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/

Lines Matching defs:hinfo

159 				 struct dx_hash_info *hinfo,
164 struct dx_hash_info *hinfo, struct dx_map_entry map[]);
259 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext4_dir_entry_2 *de,
264 struct dx_hash_info h = *hinfo;
289 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir,
306 dx_show_entries(hinfo, dir, ((struct dx_node *) bh->b_data)->entries, levels - 1):
307 dx_show_leaf(hinfo, (struct ext4_dir_entry_2 *) bh->b_data, blocksize, 0);
331 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err)
356 hinfo->hash_version = root->info.hash_version;
357 hinfo->seed = EXT4_SB(dir->i_sb)->s_hash_seed;
359 ext4fs_dirhash(dentry->d_name.name, dentry->d_name.len, hinfo);
360 hash = hinfo->hash;
538 struct dx_hash_info *hinfo,
563 ext4fs_dirhash(de->name, de->name_len, hinfo);
564 if ((hinfo->hash < start_hash) ||
565 ((hinfo->hash == start_hash) &&
566 (hinfo->minor_hash < start_minor_hash)))
571 hinfo->hash, hinfo->minor_hash, de)) != 0) {
593 struct dx_hash_info hinfo;
606 hinfo.hash_version = EXT4_SB(dir->i_sb)->s_def_hash_version;
607 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed;
608 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo,
613 hinfo.hash = start_hash;
614 hinfo.minor_hash = 0;
615 frame = dx_probe(NULL, dir_file->f_path.dentry->d_inode, &hinfo, frames, &err);
636 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo,
675 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail)
679 struct dx_hash_info h = *hinfo;
931 struct dx_hash_info hinfo;
945 if (!(frame = dx_probe(dentry, NULL, &hinfo, frames, err)))
953 hash = hinfo.hash;
1123 struct dx_hash_info *hinfo, int *error)
1158 blocksize, hinfo, map);
1172 dxtrace(dx_show_leaf (hinfo, (struct ext4_dir_entry_2 *) data1, blocksize, 1));
1173 dxtrace(dx_show_leaf (hinfo, (struct ext4_dir_entry_2 *) data2, blocksize, 1));
1176 if (hinfo->hash >= hash2)
1308 struct dx_hash_info hinfo;
1352 hinfo.hash_version = root->info.hash_version;
1353 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed;
1354 ext4fs_dirhash(name, namelen, &hinfo);
1360 de = do_split(handle,dir, &bh, frame, &hinfo, &retval);
1442 struct dx_hash_info hinfo;
1449 frame = dx_probe(dentry, NULL, &hinfo, frames, &err);
1553 de = do_split(handle, dir, &bh, frame, &hinfo, &err);