Searched defs:hinfo (Results 1 – 6 of 6) sorted by relevance
/fs/ext3/ |
D | namei.c | 260 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext3_dir_entry_2 *de, in dx_show_leaf() 290 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, in dx_show_entries() 332 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err) in dx_probe() 557 struct dx_hash_info *hinfo, in htree_dirblock_to_tree() 609 struct dx_hash_info hinfo; in ext3_htree_fill_tree() local 698 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() 966 struct dx_hash_info hinfo; in ext3_dx_find_entry() local 1137 struct dx_hash_info *hinfo, int *error) in do_split() 1342 struct dx_hash_info hinfo; in make_indexed_dir() local 1487 struct dx_hash_info hinfo; in ext3_dx_add_entry() local
|
D | hash.c | 137 int ext3fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext3fs_dirhash()
|
/fs/ext4/ |
D | namei.c | 273 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext4_dir_entry_2 *de, in dx_show_leaf() 303 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, in dx_show_entries() 347 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err) in dx_probe() 568 struct dx_hash_info *hinfo, in htree_dirblock_to_tree() 621 struct dx_hash_info hinfo; in ext4_htree_fill_tree() local 710 struct dx_hash_info *hinfo, in dx_make_map() 974 struct dx_hash_info hinfo; in ext4_dx_find_entry() local 1154 struct dx_hash_info *hinfo, int *error) in do_split() 1352 struct dx_hash_info hinfo; in make_indexed_dir() local 1509 struct dx_hash_info hinfo; in ext4_dx_add_entry() local
|
D | hash.c | 139 int ext4fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext4fs_dirhash()
|
D | ialloc.c | 381 struct dx_hash_info hinfo; in find_group_orlov() local
|
/fs/ocfs2/ |
D | dir.c | 272 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_name_hash() 867 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_hash_idx() 874 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_dir_lookup() 931 struct ocfs2_dx_hinfo *hinfo = &res->dl_hinfo; in ocfs2_dx_dir_search() local 1467 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_entry_list_insert() 1485 struct ocfs2_dx_hinfo *hinfo, in __ocfs2_dx_dir_leaf_insert() 1508 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_inline_root_insert() 2611 struct ocfs2_dx_hinfo hinfo; in ocfs2_fill_new_dir_dx() local 2688 struct ocfs2_dx_hinfo hinfo; in ocfs2_dx_dir_index_block() local 2733 struct ocfs2_dx_hinfo hinfo; in ocfs2_dx_dir_index_root_block() local [all …]
|