Searched refs:tmp_ih (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 | 290 struct item_head *ih, tmp_ih; in _get_block_create_0() local 390 copy_item_head(&tmp_ih, ih); in _get_block_create_0() 666 struct item_head *ih, tmp_ih; in reiserfs_get_block() local 752 copy_item_head(&tmp_ih, ih); in reiserfs_get_block() 791 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 808 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 855 make_le_item_head(&tmp_ih, &key, version, 1, in reiserfs_get_block() 875 reiserfs_insert_item(th, &path, &tmp_key, &tmp_ih, in reiserfs_get_block() 1454 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size() local 1495 copy_item_head(&tmp_ih, ih); in reiserfs_update_sd_size() [all …]
|