Searched refs:reiserfs_de_head (Results 1 – 9 of 9) sorted by relevance
/linux/fs/reiserfs/ |
H A 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()
|
H A D | item_ops.c | 376 struct reiserfs_de_head *deh; in direntry_print_item() 383 deh = (struct reiserfs_de_head *)item; in direntry_print_item() 408 struct reiserfs_de_head *deh; in direntry_check_item() 411 deh = (struct reiserfs_de_head *)item; in direntry_check_item() 458 struct reiserfs_de_head *deh; in direntry_create_vi() 468 deh = (struct reiserfs_de_head *)(vi->vi_item); in direntry_create_vi()
|
H A 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() 231 struct reiserfs_de_head *deh = de->de_deh; in linear_search_in_dir_item() 436 struct reiserfs_de_head *deh; in reiserfs_add_entry() 476 deh = (struct reiserfs_de_head *)buffer; in reiserfs_add_entry()
|
H A 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() 1381 deh = (struct reiserfs_de_head *)((char *)deh); in leaf_paste_entries()
|
H A D | do_balan.c | 397 (struct reiserfs_de_head *) body, in balance_leaf_paste_left_shift_dirent() 572 (struct reiserfs_de_head *)body, in balance_leaf_paste_left_whole() 743 (struct reiserfs_de_head *) body, in balance_leaf_paste_right_shift_dirent() 861 (struct reiserfs_de_head *)body, in balance_leaf_paste_right_whole() 1051 (struct reiserfs_de_head *) body, in balance_leaf_new_nodes_paste_dirent() 1180 (struct reiserfs_de_head *)body, in balance_leaf_new_nodes_paste_whole() 1296 (struct reiserfs_de_head *)body, in balance_leaf_finish_node_paste_dirent()
|
H A D | prints.c | 103 struct reiserfs_de_head *deh) in scnprintf_de_head() 254 va_arg(args, struct reiserfs_de_head *)); in prepare_error_buf()
|
H A D | reiserfs.h | 1884 struct reiserfs_de_head { struct 1903 #define DEH_SIZE sizeof(struct reiserfs_de_head) argument 1985 struct reiserfs_de_head *de_deh; 2240 #define B_I_DEH(bh, ih) ((struct reiserfs_de_head *)(ih_item_body(bh, ih))) 2253 struct reiserfs_de_head *deh; in entry_length() 3239 int new_entry_count, struct reiserfs_de_head *new_dehs,
|
H A D | stree.c | 392 struct reiserfs_de_head *deh; in has_valid_deh_location()
|
H A D | super.c | 1728 struct reiserfs_de_head *deh; in find_hash_out()
|