Searched refs:other_inode (Results 1 – 3 of 3) sorted by relevance
4984 struct inode *other_inode; in btrfs_log_inode() local5005 other_inode = btrfs_iget(fs_info->sb, in btrfs_log_inode()5014 if (other_inode == ERR_PTR(-ENOENT)) { in btrfs_log_inode()5016 } else if (IS_ERR(other_inode)) { in btrfs_log_inode()5017 err = PTR_ERR(other_inode); in btrfs_log_inode()5030 BTRFS_I(other_inode), in btrfs_log_inode()5033 iput(other_inode); in btrfs_log_inode()
1832 u64 other_inode = 0; in will_overwrite_ref() local1861 &other_inode, &other_type); in will_overwrite_ref()1874 if (other_inode > sctx->send_progress || in will_overwrite_ref()1875 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref()1876 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref()1882 *who_ino = other_inode; in will_overwrite_ref()
5103 struct other_inode { struct5111 struct other_inode *oi = (struct other_inode *) data; in other_inode_match() argument5147 struct other_inode oi; in ext4_update_other_inodes_time()