Searched refs:ih_entry_count (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/reiserfs/ |
D | lbalance.c | 82 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 …]
|
D | dir.c | 126 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()
|
D | item_ops.c | 385 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()
|
D | namei.c | 36 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() 236 if (i == ih_entry_count(de->de_ih) || in linear_search_in_dir_item()
|
D | do_balan.c | 380 l_pos_in_item += ih_entry_count(pasted) - in balance_leaf_paste_left_shift_dirent() 557 tb->pos_in_item += ih_entry_count(pasted); in balance_leaf_paste_left_whole() 726 entry_count = ih_entry_count(item_head(tbS0, tb->item_pos)); in balance_leaf_paste_right_shift_dirent() 1029 int entry_count = ih_entry_count(aux_ih); in balance_leaf_new_nodes_paste_dirent() 1296 if (tb->pos_in_item >= 0 && tb->pos_in_item <= ih_entry_count(pasted)) { in balance_leaf_finish_node_paste_dirent()
|
D | stree.c | 396 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() 1008 RFALSE(ih_entry_count(le_ih) != 2, in prepare_for_direntry_item() 1015 if (ih_entry_count(le_ih) == 1) { in prepare_for_direntry_item()
|
D | reiserfs.h | 1382 __le16 ih_entry_count; member 1400 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro 1406 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
|
D | fix_node.c | 171 && ih_entry_count(item_head(Sh, 0)) == 1)) { in create_virtual_node()
|