Searched refs:copy_item_head (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | tail_conversion.c | 57 copy_item_head(&ind_ih, p_le_ih); in direct2indirect() 225 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 253 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct()
|
D | dir.c | 51 #define store_ih(where,what) copy_item_head (where, what)
|
D | namei.c | 1421 copy_item_head(&old_entry_ih, tp_item_head(&old_entry_path)); in reiserfs_rename() 1445 copy_item_head(&new_entry_ih, tp_item_head(&new_entry_path)); in reiserfs_rename() 1462 copy_item_head(&dot_dot_ih, in reiserfs_rename()
|
D | stree.c | 29 inline void copy_item_head(struct item_head *to, in copy_item_head() function 1080 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut() 1269 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item()
|
D | inode.c | 390 copy_item_head(&tmp_ih, ih); in _get_block_create_0() 752 copy_item_head(&tmp_ih, ih); in reiserfs_get_block() 1495 copy_item_head(&tmp_ih, ih); in reiserfs_update_sd_size() 2432 copy_item_head(&tmp_ih, ih); in map_block_for_writepage()
|
D | reiserfs.h | 2964 extern void copy_item_head(struct item_head *to,
|