Home
last modified time | relevance | path

Searched refs:reiserfs_de_head (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Ddir.c53 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()
Ditem_ops.c376 struct reiserfs_de_head *deh; in direntry_print_item()
383 deh = (struct reiserfs_de_head *)item; in direntry_print_item()
415 struct reiserfs_de_head *deh; in direntry_check_item()
418 deh = (struct reiserfs_de_head *)item; in direntry_check_item()
465 struct reiserfs_de_head *deh; in direntry_create_vi()
475 deh = (struct reiserfs_de_head *)(vi->vi_item); in direntry_create_vi()
Dnamei.c32 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()
438 struct reiserfs_de_head *deh; in reiserfs_add_entry()
485 deh = (struct reiserfs_de_head *)buffer; in reiserfs_add_entry()
Dlbalance.c27 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()
Ddo_balan.c397 (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()
Dprints.c103 struct reiserfs_de_head *deh) in scnprintf_de_head()
254 va_arg(args, struct reiserfs_de_head *)); in prepare_error_buf()
Dreiserfs.h1885 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()
3235 int new_entry_count, struct reiserfs_de_head *new_dehs,
Dstree.c392 struct reiserfs_de_head *deh; in has_valid_deh_location()
Dsuper.c1729 struct reiserfs_de_head *deh; in find_hash_out()