Home
last modified time | relevance | path

Searched refs:buffer_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dibalance.c30 struct buffer_info *dest_bi, in internal_define_dest_src_infos()
31 struct buffer_info *src_bi, in internal_define_dest_src_infos()
34 memset(dest_bi, 0, sizeof(struct buffer_info)); in internal_define_dest_src_infos()
35 memset(src_bi, 0, sizeof(struct buffer_info)); in internal_define_dest_src_infos()
126 static void internal_insert_childs(struct buffer_info *cur_bi, in internal_insert_childs()
205 static void internal_delete_pointers_items(struct buffer_info *cur_bi, in internal_delete_pointers_items()
277 static void internal_delete_childs(struct buffer_info *cur_bi, int from, int n) in internal_delete_childs()
298 static void internal_copy_pointers_items(struct buffer_info *dest_bi, in internal_copy_pointers_items()
394 static void internal_move_pointers_items(struct buffer_info *dest_bi, in internal_move_pointers_items()
395 struct buffer_info *src_bi, in internal_move_pointers_items()
[all …]
Dlbalance.c15 static void leaf_copy_dir_entries(struct buffer_info *dest_bi, in leaf_copy_dir_entries()
134 static int leaf_copy_boundary_item(struct buffer_info *dest_bi, in leaf_copy_boundary_item()
310 static void leaf_copy_items_entirely(struct buffer_info *dest_bi, in leaf_copy_items_entirely()
414 static void leaf_item_bottle(struct buffer_info *dest_bi, in leaf_item_bottle()
521 static int leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src, in leaf_copy_items()
630 struct buffer_info *dest_bi, in leaf_define_dest_src_infos()
631 struct buffer_info *src_bi, in leaf_define_dest_src_infos()
635 memset(dest_bi, 0, sizeof(struct buffer_info)); in leaf_define_dest_src_infos()
636 memset(src_bi, 0, sizeof(struct buffer_info)); in leaf_define_dest_src_infos()
719 struct buffer_info dest_bi, src_bi; in leaf_move_items()
[all …]
Ddo_balan.c20 struct buffer_info *bi) in buffer_info_init_left()
29 struct buffer_info *bi) in buffer_info_init_right()
38 struct buffer_info *bi) in buffer_info_init_tbS0()
47 struct buffer_info *bi, in buffer_info_init_bh()
81 struct buffer_info bi; in balance_leaf_when_delete_del()
115 struct buffer_info bi; in balance_leaf_when_delete_cut()
243 struct buffer_info bi; in balance_leaf_when_delete()
294 struct buffer_info bi; in balance_leaf_insert_left()
362 struct buffer_info bi; in balance_leaf_paste_left_shift_dirent()
425 struct buffer_info bi; in balance_leaf_paste_left_shift()
[all …]
Dreiserfs.h2591 struct buffer_info { struct
2603 static inline struct super_block *sb_from_bi(struct buffer_info *bi) in sb_from_bi() argument
3204 void print_bi(struct buffer_info *bi, char *mes);
3224 void leaf_delete_items(struct buffer_info *cur_bi, int last_first, int first,
3226 void leaf_insert_into_buf(struct buffer_info *bi, int before,
3230 void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num,
3233 void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num,
3235 void leaf_paste_entries(struct buffer_info *bi, int item_num, int before,
3257 void make_empty_node(struct buffer_info *);