Searched refs:tmp_ih (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/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 385 copy_item_head(&tmp_ih, ih); in _get_block_create_0() 659 struct item_head *ih, tmp_ih; in reiserfs_get_block() local 745 copy_item_head(&tmp_ih, ih); in reiserfs_get_block() 784 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 801 && item_moved(&tmp_ih, &path)) { in reiserfs_get_block() 848 make_le_item_head(&tmp_ih, &key, version, 1, in reiserfs_get_block() 868 reiserfs_insert_item(th, &path, &tmp_key, &tmp_ih, in reiserfs_get_block() 1442 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size() local 1483 copy_item_head(&tmp_ih, ih); in reiserfs_update_sd_size() [all …]
|