Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dlbalance.c154 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
211 bytes_or_entries = ih_entry_count(ih); in leaf_copy_boundary_item()
215 ih_entry_count(ih) - bytes_or_entries, in leaf_copy_boundary_item()
783 len = ih_entry_count(ih); in leaf_delete_items()
1009 put_ih_entry_count(ih, ih_entry_count(ih) - del_count); in leaf_cut_entries()
1248 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count); in leaf_paste_entries()
Dnamei.c70 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in set_de_name_and_namelen()
82 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in set_de_object_key()
91 BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih)); in store_de_entry_key()
Ddo_balan.c673 ih_entry_count in balance_leaf()
1272 ih_entry_count(aux_ih); in balance_leaf()
1541 ih_entry_count(pasted)) { in balance_leaf()
Dreiserfs.h1170 __le16 ih_entry_count; member
1185 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
1191 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
1751 #define I_ENTRY_COUNT(ih) (ih_entry_count((ih)))
Ditem_ops.c489 dir_u->entry_count = ih_entry_count(vi->vi_ih) + in direntry_create_vi()
Dstree.c959 RFALSE(ih_entry_count(le_ih) != 2, in prepare_for_direntry_item()
965 if (ih_entry_count(le_ih) == 1) { in prepare_for_direntry_item()