Searched refs:tp_item_head (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | tail_conversion.c | 31 struct item_head *p_le_ih = tp_item_head(path); in direct2indirect() 74 p_le_ih = tp_item_head(path); in direct2indirect() 119 p_le_ih = tp_item_head(path); in direct2indirect() 226 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 254 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct()
|
H A D | stree.c | 944 ih = tp_item_head(path); in comp_items() 1050 struct item_head *p_le_ih = tp_item_head(path); in prepare_for_delete_or_cut() 1098 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut() 1167 struct item_head *p_le_ih = tp_item_head(tb->tb_path); in calc_deleted_bytes_number() 1287 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item() 1316 q_ih = tp_item_head(path); in reiserfs_delete_item() 1449 item_len = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item() 1453 quota_cut_bytes = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item() 1617 ih_item_len(tp_item_head(path)) - 1, in indirect_to_direct_roll_back() 1782 M_DELETE) ? ih_item_len(tp_item_head(pat in reiserfs_cut_from_item() [all...] |
H A D | inode.c | 325 ih = tp_item_head(&path); in _get_block_create_0() 447 ih = tp_item_head(&path); in _get_block_create_0() 748 ih = tp_item_head(&path); in reiserfs_get_block() 1141 ih = tp_item_head(&path); in reiserfs_get_block() 1244 ih = tp_item_head(path); in init_inode() 1429 ih = tp_item_head(path); in update_stat_data() 1492 ih = tp_item_head(&path); in reiserfs_update_sd_size() 2407 ih = tp_item_head(&path); in map_block_for_writepage()
|
H A D | namei.c | 64 de->de_ih = tp_item_head(path); in set_de_item_location() 1459 copy_item_head(&old_entry_ih, tp_item_head(&old_entry_path)); in reiserfs_rename() 1483 copy_item_head(&new_entry_ih, tp_item_head(&new_entry_path)); in reiserfs_rename() 1501 tp_item_head(&dot_dot_entry_path)); in reiserfs_rename()
|
H A D | bitmap.c | 873 ih = tp_item_head(path); in get_left_neighbor()
|
H A D | reiserfs.h | 2226 static inline struct item_head *tp_item_head(const struct treepath *path) in tp_item_head() function
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | tail_conversion.c | 31 struct item_head *p_le_ih = tp_item_head(path); in direct2indirect() 74 p_le_ih = tp_item_head(path); in direct2indirect() 119 p_le_ih = tp_item_head(path); in direct2indirect() 226 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 254 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct()
|
H A D | stree.c | 944 ih = tp_item_head(path); in comp_items() 1050 struct item_head *p_le_ih = tp_item_head(path); in prepare_for_delete_or_cut() 1098 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut() 1167 struct item_head *p_le_ih = tp_item_head(tb->tb_path); in calc_deleted_bytes_number() 1285 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item() 1314 q_ih = tp_item_head(path); in reiserfs_delete_item() 1447 item_len = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item() 1451 quota_cut_bytes = ih_item_len(tp_item_head(&path)); in reiserfs_delete_solid_item() 1615 ih_item_len(tp_item_head(path)) - 1, in indirect_to_direct_roll_back() 1780 M_DELETE) ? ih_item_len(tp_item_head(pat in reiserfs_cut_from_item() [all...] |
H A D | inode.c | 323 ih = tp_item_head(&path); in _get_block_create_0() 439 ih = tp_item_head(&path); in _get_block_create_0() 740 ih = tp_item_head(&path); in reiserfs_get_block() 1133 ih = tp_item_head(&path); in reiserfs_get_block() 1236 ih = tp_item_head(path); in init_inode() 1419 ih = tp_item_head(path); in update_stat_data() 1482 ih = tp_item_head(&path); in reiserfs_update_sd_size() 2395 ih = tp_item_head(&path); in map_block_for_writepage()
|
H A D | namei.c | 64 de->de_ih = tp_item_head(path); in set_de_item_location() 1464 copy_item_head(&old_entry_ih, tp_item_head(&old_entry_path)); in reiserfs_rename() 1488 copy_item_head(&new_entry_ih, tp_item_head(&new_entry_path)); in reiserfs_rename() 1506 tp_item_head(&dot_dot_entry_path)); in reiserfs_rename()
|
H A D | bitmap.c | 873 ih = tp_item_head(path); in get_left_neighbor()
|
H A D | reiserfs.h | 2223 static inline struct item_head *tp_item_head(const struct treepath *path) in tp_item_head() function
|
Completed in 32 milliseconds