Searched refs:is_direntry_le_ih (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries() 164 if (is_direntry_le_ih(ih)) { in leaf_copy_boundary_item() 227 if (is_direntry_le_ih(ih)) { in leaf_copy_boundary_item() 430 if (is_direntry_le_ih(ih)) in leaf_item_bottle() 464 if (is_direntry_le_ih(ih)) in leaf_item_bottle() 777 !(is_direntry_le_ih(item_head(S0, 0)) in leaf_shift_left() 879 if (is_direntry_le_ih(ih)) in leaf_delete_items() 1027 if (!is_direntry_le_ih(ih)) { in leaf_paste_in_buffer() 1086 RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item"); in leaf_cut_entries() 1161 if (is_direntry_le_ih(i in leaf_cut_from_buffer() [all...] |
H A D | do_balan.c | 118 if (is_direntry_le_ih(ih)) { in balance_leaf_when_delete_cut() 422 if (is_direntry_le_ih(item_head(tbS0, tb->item_pos))) { in balance_leaf_paste_left_shift() 550 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 569 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 769 if (is_direntry_le_ih(item_head(tbS0, tb->item_pos))) { in balance_leaf_paste_right_shift() 858 if (is_direntry_le_ih(pasted) && tb->pos_in_item >= 0) { in balance_leaf_paste_right_whole() 1080 if (is_direntry_le_ih(aux_ih)) { in balance_leaf_new_nodes_paste_shift() 1154 if (!is_direntry_le_ih(ih_check) && in balance_leaf_new_nodes_paste_whole() 1177 if (is_direntry_le_ih(pasted)) in balance_leaf_new_nodes_paste_whole() 1320 if (is_direntry_le_ih(paste in balance_leaf_finish_node_paste() [all...] |
H A D | stree.c | 475 if (is_direntry_le_ih(ih)) { in is_leaf() 1066 if (is_direntry_le_ih(p_le_ih)) in prepare_for_delete_or_cut() 1175 if (is_direntry_le_ih(p_le_ih)) { in calc_deleted_bytes_number() 1231 if (is_direntry_le_ih(ih)) in head2type()
|
H A D | fix_node.c | 170 && is_direntry_le_ih(item_head(Sh, 0)) in create_virtual_node() 735 if (is_direntry_le_ih(ih)) { in are_leaves_removable()
|
H A D | namei.c | 151 if (!is_direntry_le_ih(de->de_ih) || in search_by_entry_key()
|
H A D | reiserfs.h | 1563 static inline int is_direntry_le_ih(struct item_head *ih) in is_direntry_le_ih() function
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries() 164 if (is_direntry_le_ih(ih)) { in leaf_copy_boundary_item() 227 if (is_direntry_le_ih(ih)) { in leaf_copy_boundary_item() 430 if (is_direntry_le_ih(ih)) in leaf_item_bottle() 464 if (is_direntry_le_ih(ih)) in leaf_item_bottle() 777 !(is_direntry_le_ih(item_head(S0, 0)) in leaf_shift_left() 879 if (is_direntry_le_ih(ih)) in leaf_delete_items() 1027 if (!is_direntry_le_ih(ih)) { in leaf_paste_in_buffer() 1086 RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item"); in leaf_cut_entries() 1161 if (is_direntry_le_ih(i in leaf_cut_from_buffer() [all...] |
H A D | do_balan.c | 118 if (is_direntry_le_ih(ih)) { in balance_leaf_when_delete_cut() 422 if (is_direntry_le_ih(item_head(tbS0, tb->item_pos))) { in balance_leaf_paste_left_shift() 550 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 569 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 769 if (is_direntry_le_ih(item_head(tbS0, tb->item_pos))) { in balance_leaf_paste_right_shift() 858 if (is_direntry_le_ih(pasted) && tb->pos_in_item >= 0) { in balance_leaf_paste_right_whole() 1080 if (is_direntry_le_ih(aux_ih)) { in balance_leaf_new_nodes_paste_shift() 1154 if (!is_direntry_le_ih(ih_check) && in balance_leaf_new_nodes_paste_whole() 1177 if (is_direntry_le_ih(pasted)) in balance_leaf_new_nodes_paste_whole() 1320 if (is_direntry_le_ih(paste in balance_leaf_finish_node_paste() [all...] |
H A D | stree.c | 475 if (is_direntry_le_ih(ih)) { in is_leaf() 1066 if (is_direntry_le_ih(p_le_ih)) in prepare_for_delete_or_cut() 1175 if (is_direntry_le_ih(p_le_ih)) { in calc_deleted_bytes_number() 1231 if (is_direntry_le_ih(ih)) in head2type()
|
H A D | fix_node.c | 170 && is_direntry_le_ih(item_head(Sh, 0)) in create_virtual_node() 735 if (is_direntry_le_ih(ih)) { in are_leaves_removable()
|
H A D | namei.c | 152 if (!is_direntry_le_ih(de->de_ih) || in search_by_entry_key()
|
H A D | reiserfs.h | 1560 static inline int is_direntry_le_ih(struct item_head *ih) in is_direntry_le_ih() function
|
Completed in 38 milliseconds