Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dtail_conversion.c30 struct item_head *p_le_ih = tp_item_head(path); in direct2indirect()
73 p_le_ih = tp_item_head(path); in direct2indirect()
118 p_le_ih = tp_item_head(path); 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()
Dstree.c920 ih = tp_item_head(path); in comp_items()
1032 struct item_head *p_le_ih = tp_item_head(path); in prepare_for_delete_or_cut()
1080 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut()
1149 struct item_head *p_le_ih = tp_item_head(tb->tb_path); in calc_deleted_bytes_number()
1269 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item()
1298 q_ih = tp_item_head(path); in reiserfs_delete_item()
1431 item_len = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item()
1435 quota_cut_bytes = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item()
1599 ih_item_len(tp_item_head(path)) - 1, in indirect_to_direct_roll_back()
1764 M_DELETE) ? ih_item_len(tp_item_head(path)) : -s_cut_balance. in reiserfs_cut_from_item()
[all …]
Dinode.c324 ih = tp_item_head(&path); in _get_block_create_0()
446 ih = tp_item_head(&path); in _get_block_create_0()
747 ih = tp_item_head(&path); in reiserfs_get_block()
1139 ih = tp_item_head(&path); in reiserfs_get_block()
1244 ih = tp_item_head(path); in init_inode()
1431 ih = tp_item_head(path); in update_stat_data()
1494 ih = tp_item_head(&path); in reiserfs_update_sd_size()
2408 ih = tp_item_head(&path); in map_block_for_writepage()
Dnamei.c64 de->de_ih = tp_item_head(path); in set_de_item_location()
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()
1463 tp_item_head(&dot_dot_entry_path)); in reiserfs_rename()
Dbitmap.c865 ih = tp_item_head(path); in get_left_neighbor()
Dreiserfs.h2224 static inline struct item_head *tp_item_head(const struct treepath *path) in tp_item_head() function