Home
last modified time | relevance | path

Searched refs:item_head (Results 1 – 16 of 16) sorted by relevance

/linux/fs/reiserfs/
A Ddo_balan.c83 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_del()
113 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_cut()
364 struct item_head *pasted; in balance_leaf_paste_left_shift_dirent()
539 struct item_head *pasted; in balance_leaf_paste_left_whole()
842 struct item_head *pasted; in balance_leaf_paste_right_whole()
1017 struct item_head *aux_ih = item_head(tbS0, tb->item_pos); in balance_leaf_new_nodes_paste_dirent()
1072 struct item_head *aux_ih = item_head(tbS0, tb->item_pos); in balance_leaf_new_nodes_paste_shift()
1075 struct item_head *tmp; in balance_leaf_new_nodes_paste_shift()
1152 struct item_head *ih_check = item_head(tbS0, tb->item_pos); in balance_leaf_new_nodes_paste_whole()
1282 struct item_head *pasted = item_head(tbS0, tb->item_pos); in balance_leaf_finish_node_paste_dirent()
[all …]
A Dlbalance.c26 struct item_head *ih; in leaf_copy_dir_entries()
70 struct item_head new_ih; in leaf_copy_dir_entries()
141 struct item_head *ih; in leaf_copy_boundary_item()
142 struct item_head *dih; in leaf_copy_boundary_item()
153 ih = item_head(src, 0); in leaf_copy_boundary_item()
320 struct item_head *ih; in leaf_copy_items_entirely()
419 struct item_head *ih; in leaf_item_bottle()
909 struct item_head *ih; in leaf_insert_into_buf()
985 struct item_head *ih; in leaf_paste_in_buffer()
1151 struct item_head *ih; in leaf_cut_from_buffer()
[all …]
A Ditem_ops.c19 static int sd_bytes_number(struct item_head *ih, int block_size) in sd_bytes_number()
36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item()
114 static int direct_bytes_number(struct item_head *ih, int block_size) in direct_bytes_number()
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item()
145 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item()
260 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item()
283 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item()
372 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item()
412 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item()
[all …]
A Dstree.c31 const struct item_head *from) in copy_item_head()
411 struct item_head *ih; in is_leaf()
880 (item_head in search_for_position_by_key()
933 struct item_head *ih; in comp_items()
950 struct item_head *le_ih, in prepare_for_direct_item()
991 struct item_head *le_ih, in prepare_for_direntry_item()
1079 struct item_head s_ih; in prepare_for_delete_or_cut()
1257 struct item_head s_ih; in reiserfs_delete_item()
1258 struct item_head *q_ih; in reiserfs_delete_item()
1653 struct item_head *p_le_ih; in reiserfs_cut_from_item()
[all …]
A Dreiserfs.h1359 struct item_head { struct
1394 #define IH_SIZE (sizeof(struct item_head)) argument
1984 struct item_head *de_ih;
2197 static inline struct item_head *item_head(const struct buffer_head *bh, in item_head() function
2200 struct item_head *ih = reiserfs_node_data(bh); in item_head()
2209 return &item_head(bh, item_num)->ih_key; in leaf_key()
2213 const struct item_head *ih) in ih_item_body()
2341 struct item_head *vi_ih;
2366 struct item_head *vn_ins_ih;
2966 const struct item_head *from);
[all …]
A Dtail_conversion.c31 struct item_head *p_le_ih = tp_item_head(path); in direct2indirect()
41 struct item_head ind_ih; in direct2indirect()
212 struct item_head s_ih; in indirect2direct()
A Dprints.c116 static int scnprintf_item_head(char *buf, size_t size, struct item_head *ih) in scnprintf_item_head()
234 va_arg(args, struct item_head *)); in prepare_error_buf()
481 struct item_head *ih; in print_leaf()
491 ih = item_head(bh, 0); in print_leaf()
765 struct item_head *ih; in check_leaf()
770 for (i = 0, ih = item_head(bh, 0); i < B_NR_ITEMS(bh); i++, ih++) in check_leaf()
A Dibalance.c13 int, int, struct item_head *, struct buffer_head **);
128 struct item_head *inserted, in internal_insert_childs()
760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey()
775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
807 struct item_head *insert_key, in balance_internal()
821 struct item_head new_insert_key; in balance_internal()
823 struct item_head *new_insert_key_addr = insert_key; in balance_internal()
A Dinode.c215 struct item_head *ih, in allocation_needed()
291 struct item_head *ih, tmp_ih; in _get_block_create_0()
667 struct item_head *ih, tmp_ih; in reiserfs_get_block()
1240 struct item_head *ih; in init_inode()
1426 struct item_head *ih; in update_stat_data()
1452 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size()
1800 struct item_head *ih, struct treepath *path, in reiserfs_new_directory()
1863 struct item_head *ih, in reiserfs_new_symlink()
1932 struct item_head ih; in reiserfs_new_inode()
2369 struct item_head tmp_ih; in map_block_for_writepage()
[all …]
A Dfix_node.c53 struct item_head *ih; in create_virtual_node()
81 ih = item_head(Sh, 0); in create_virtual_node()
170 && is_direntry_le_ih(item_head(Sh, 0)) in create_virtual_node()
171 && ih_entry_count(item_head(Sh, 0)) == 1)) { in create_virtual_node()
714 struct item_head *ih; in are_leaves_removable()
720 ih = item_head(S0, 0); in are_leaves_removable()
1278 struct item_head *ih; in can_node_be_removed()
1281 ih = item_head(Sh, 0); in can_node_be_removed()
2066 struct item_head *ins_ih, const void *data) in check_balance()
2546 struct item_head *ins_ih, const void *data) in fix_nodes()
A Ddir.c70 struct item_head *ih, tmp_ih; in reiserfs_readdir_inode()
A Dsuper.c231 struct item_head *ih; in finish_unfinished()
301 ih = item_head(bh, item_pos); in finish_unfinished()
435 struct item_head ih; in add_save_link()
A Dnamei.c31 struct item_head *ih = de->de_ih; in bin_search_in_dir_item()
1319 struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; in reiserfs_rename()
A Dbitmap.c858 struct item_head *ih; in get_left_neighbor()
/linux/scripts/kconfig/lxdialog/
A Ddialog.h168 extern struct dialog_list *item_head;
177 for (item_cur = item_head ? item_head: item_cur; \
A Dutil.c579 struct dialog_list *item_head; variable
585 for (p = item_head; p; p = next) { in item_reset()
589 item_head = NULL; in item_reset()
598 if (item_head) in item_make()
601 item_head = p; in item_make()
661 for (p = item_head; p; p = p->next) in item_count()
679 for (p = item_head; p; p = p->next) { in item_n()

Completed in 61 milliseconds