Searched refs:put_ih_entry_count (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 78 put_ih_entry_count(&new_ih, 0); in leaf_copy_dir_entries() 1121 put_ih_entry_count(ih, ih_entry_count(ih) - del_count); in leaf_cut_entries() 1365 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count); in leaf_paste_entries()
|
H A D | inode.c | 156 put_ih_entry_count(ih, entry_count); in make_le_item_head()
|
H A D | reiserfs.h | 1406 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) macro
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 78 put_ih_entry_count(&new_ih, 0); in leaf_copy_dir_entries() 1121 put_ih_entry_count(ih, ih_entry_count(ih) - del_count); in leaf_cut_entries() 1365 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count); in leaf_paste_entries()
|
H A D | reiserfs.h | 1403 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) macro
|
H A D | inode.c | 156 put_ih_entry_count(ih, entry_count); in make_le_item_head()
|
Completed in 25 milliseconds