Lines Matching refs:ih_entry_count
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()
1111 for (i = ih_entry_count(ih) - 1; i > from + del_count - 1; i--) in leaf_cut_entries()
1121 put_ih_entry_count(ih, ih_entry_count(ih) - del_count); in leaf_cut_entries()
1338 RFALSE(ih_entry_count(ih) < before, in leaf_paste_entries()
1340 ih_entry_count(ih), before); in leaf_paste_entries()
1355 for (i = ih_entry_count(ih) - 1; i >= before; i--) in leaf_paste_entries()
1365 old_entry_num = ih_entry_count(ih); in leaf_paste_entries()
1366 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count); in leaf_paste_entries()
1404 for (i = 0; i < ih_entry_count(ih); i++) { in leaf_paste_entries()
1407 ih_entry_count(ih) - in leaf_paste_entries()