Searched refs:tmp_ih (Results 1 – 2 of 2) sorted by relevance
/fs/reiserfs/ |
D | dir.c | 70 struct item_head *ih, tmp_ih; in reiserfs_readdir_inode() local 112 store_ih(&tmp_ih, ih); in reiserfs_readdir_inode() 189 if (item_moved(&tmp_ih, &path_to_entry)) { in reiserfs_readdir_inode() 226 if (item_moved(&tmp_ih, &path_to_entry)) { in reiserfs_readdir_inode()
|
D | inode.c | 291 struct item_head *ih, tmp_ih; in _get_block_create_0() local 391 copy_item_head(&tmp_ih, ih); in _get_block_create_0() 667 struct item_head *ih, tmp_ih; in reiserfs_get_block() local 753 copy_item_head(&tmp_ih, ih); in reiserfs_get_block() 792 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 809 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 856 make_le_item_head(&tmp_ih, &key, version, 1, in reiserfs_get_block() 876 reiserfs_insert_item(th, &path, &tmp_key, &tmp_ih, in reiserfs_get_block() 1452 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size() local 1493 copy_item_head(&tmp_ih, ih); in reiserfs_update_sd_size() [all …]
|