Searched refs:tmp_ih (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | dir.c | 45 struct item_head * ih, tmp_ih; in reiserfs_readdir() local 76 store_ih (&tmp_ih, ih); in reiserfs_readdir() 124 if (item_moved (&tmp_ih, &path_to_entry)) { in reiserfs_readdir() 148 if (item_moved (&tmp_ih, &path_to_entry)) { in reiserfs_readdir()
|
D | inode.c | 231 struct item_head * ih, tmp_ih; in _get_block_create_0() local 316 copy_item_head (&tmp_ih, ih); in _get_block_create_0() 325 if (fs_changed (fs_gen, inode->i_sb) && item_moved (&tmp_ih, &path)) { in _get_block_create_0() 539 struct item_head * ih, tmp_ih; in reiserfs_get_block() local 613 copy_item_head (&tmp_ih, ih); in reiserfs_get_block() 642 if (fs_changed (fs_gen, inode->i_sb) && item_moved (&tmp_ih, &path)) { in reiserfs_get_block() 656 if (fs_changed (fs_gen, inode->i_sb) && item_moved (&tmp_ih, &path)) { in reiserfs_get_block() 704 make_le_item_head (&tmp_ih, &key, version, 1, TYPE_INDIRECT, in reiserfs_get_block() 719 retval = reiserfs_insert_item (&th, &path, &tmp_key, &tmp_ih, (char *)&unp); in reiserfs_get_block() 1110 struct item_head *ih, tmp_ih ; in reiserfs_update_sd() local [all …]
|