Home
last modified time | relevance | path

Searched refs:get_ih (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Dnamei.c60 de->de_ih = get_ih(path); in set_de_item_location()
1342 copy_item_head(&old_entry_ih, get_ih(&old_entry_path)); in reiserfs_rename()
1362 copy_item_head(&new_entry_ih, get_ih(&new_entry_path)); in reiserfs_rename()
1380 get_ih(&dot_dot_entry_path)); in reiserfs_rename()
Dstree.c897 ih = get_ih(path); in comp_items()
1246 q_ih = get_ih(path); in reiserfs_delete_item()
1670 M_DELETE) ? ih_item_len(get_ih(path)) : -s_cut_balance. in reiserfs_cut_from_item()
1919 struct item_head *found_ih = get_ih(path); in check_research_for_paste()
Dinode.c294 ih = get_ih(&path); in _get_block_create_0()
403 ih = get_ih(&path); in _get_block_create_0()
684 ih = get_ih(&path); in reiserfs_get_block()
1035 ih = get_ih(&path); in reiserfs_get_block()
1372 ih = get_ih(&path); in reiserfs_update_sd_size()
2232 ih = get_ih(&path); in map_block_for_writepage()
Dbitmap.c819 ih = get_ih(path); in get_left_neighbor()
Dreiserfs.h1930 #define get_ih(path) PATH_PITEM_HEAD(path) macro