Home
last modified time | relevance | path

Searched refs:ih_entry_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dlbalance.c82 if (from < ih_entry_count(ih)) { in leaf_copy_dir_entries()
121 FIRST_TO_LAST) ? ih_entry_count(item_head(dest, in leaf_copy_dir_entries()
167 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
233 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
237 ih_entry_count(ih) - bytes_or_entries, in leaf_copy_boundary_item()
467 ih_entry_count(ih) - cpy_bytes, in leaf_item_bottle()
778 && !ih_entry_count(item_head(S0, 0)))) && in leaf_shift_left()
885 len = ih_entry_count(ih); in leaf_delete_items()
1087 RFALSE(ih_entry_count(ih) < from + del_count, in leaf_cut_entries()
1089 ih_entry_count(ih), from, del_count); in leaf_cut_entries()
[all …]
Ddir.c126 RFALSE(ih_entry_count(ih) < entry_num, in reiserfs_readdir_inode()
128 entry_num, ih_entry_count(ih)); in reiserfs_readdir_inode()
135 || entry_num < ih_entry_count(ih)) { in reiserfs_readdir_inode()
139 for (; entry_num < ih_entry_count(ih); in reiserfs_readdir_inode()
Ditem_ops.c385 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_print_item()
419 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_check_item()
478 dir_u->entry_count = ih_entry_count(vi->vi_ih) + in direntry_create_vi()
Dnamei.c36 rbound = ih_entry_count(ih) - 1; in bin_search_in_dir_item()
76 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in set_de_name_and_namelen()
88 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in set_de_object_key()
97 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in store_de_entry_key()
237 if (i == ih_entry_count(de->de_ih) || in linear_search_in_dir_item()
Ddo_balan.c374 l_pos_in_item += ih_entry_count(pasted) - in balance_leaf_paste_left_shift_dirent()
551 tb->pos_in_item += ih_entry_count(pasted); in balance_leaf_paste_left_whole()
717 entry_count = ih_entry_count(item_head(tbS0, tb->item_pos)); in balance_leaf_paste_right_shift_dirent()
1018 int entry_count = ih_entry_count(aux_ih); in balance_leaf_new_nodes_paste_dirent()
1285 if (tb->pos_in_item >= 0 && tb->pos_in_item <= ih_entry_count(pasted)) { in balance_leaf_finish_node_paste_dirent()
Dstree.c396 for (i = 0; i < ih_entry_count(ih); i++) { in has_valid_deh_location()
476 if (ih_item_len(ih) < (ih_entry_count(ih) * IH_SIZE)) { in is_leaf()
998 RFALSE(ih_entry_count(le_ih) != 2, in prepare_for_direntry_item()
1005 if (ih_entry_count(le_ih) == 1) { in prepare_for_direntry_item()
Dreiserfs.h1380 __le16 ih_entry_count; member
1398 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
1404 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
Dfix_node.c171 && ih_entry_count(item_head(Sh, 0)) == 1)) { in create_virtual_node()