Searched refs:put_ih_entry_count (Results 1 – 3 of 3) sorted by relevance
79 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()
134 put_ih_entry_count(ih, entry_count); in make_le_item_head()
1196 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) macro