Searched refs:reiserfs_de_head (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | dir.c | 53 static inline bool is_privroot_deh(struct inode *dir, struct reiserfs_de_head *deh) in is_privroot_deh() 136 struct reiserfs_de_head *deh = in reiserfs_readdir_inode() 284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() 287 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1() 318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() 321 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item()
|
D | item_ops.c | 384 struct reiserfs_de_head *deh; in direntry_print_item() 391 deh = (struct reiserfs_de_head *)item; in direntry_print_item() 423 struct reiserfs_de_head *deh; in direntry_check_item() 426 deh = (struct reiserfs_de_head *)item; in direntry_check_item() 473 struct reiserfs_de_head *deh; in direntry_create_vi() 483 deh = (struct reiserfs_de_head *)(vi->vi_item); in direntry_create_vi()
|
D | namei.c | 32 struct reiserfs_de_head *deh = de->de_deh; in bin_search_in_dir_item() 74 struct reiserfs_de_head *deh = de->de_deh + de->de_entry_num; in set_de_name_and_namelen() 95 struct reiserfs_de_head *deh = de->de_deh + de->de_entry_num; in store_de_entry_key() 230 struct reiserfs_de_head *deh = de->de_deh; in linear_search_in_dir_item() 434 struct reiserfs_de_head *deh; in reiserfs_add_entry() 481 deh = (struct reiserfs_de_head *)buffer; in reiserfs_add_entry()
|
D | lbalance.c | 27 struct reiserfs_de_head *deh; in leaf_copy_dir_entries() 1076 struct reiserfs_de_head *deh; in leaf_cut_entries() 1318 struct reiserfs_de_head *new_dehs, in leaf_paste_entries() 1323 struct reiserfs_de_head *deh; in leaf_paste_entries() 1382 deh = (struct reiserfs_de_head *)((char *)deh); in leaf_paste_entries()
|
D | do_balan.c | 403 (struct reiserfs_de_head *) body, in balance_leaf_paste_left_shift_dirent() 578 (struct reiserfs_de_head *)body, in balance_leaf_paste_left_whole() 752 (struct reiserfs_de_head *) body, in balance_leaf_paste_right_shift_dirent() 870 (struct reiserfs_de_head *)body, in balance_leaf_paste_right_whole() 1062 (struct reiserfs_de_head *) body, in balance_leaf_new_nodes_paste_dirent() 1191 (struct reiserfs_de_head *)body, in balance_leaf_new_nodes_paste_whole() 1307 (struct reiserfs_de_head *)body, in balance_leaf_finish_node_paste_dirent()
|
D | prints.c | 100 static void sprintf_de_head(char *buf, struct reiserfs_de_head *deh) in sprintf_de_head() 235 struct reiserfs_de_head *)); in prepare_error_buf()
|
D | reiserfs.h | 1885 struct reiserfs_de_head { struct 1904 #define DEH_SIZE sizeof(struct reiserfs_de_head) argument 1986 struct reiserfs_de_head *de_deh; 2241 #define B_I_DEH(bh, ih) ((struct reiserfs_de_head *)(ih_item_body(bh, ih))) 2254 struct reiserfs_de_head *deh; in entry_length() 3234 int new_entry_count, struct reiserfs_de_head *new_dehs,
|
D | super.c | 1688 struct reiserfs_de_head *deh; in find_hash_out()
|