Home
last modified time | relevance | path

Searched refs:put_ih_entry_count (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Dlbalance.c79 put_ih_entry_count(&new_ih, 0); in leaf_copy_dir_entries()
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()
Dinode.c133 put_ih_entry_count(ih, entry_count); in make_le_item_head()
Dreiserfs.h1191 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) macro