Home
last modified time | relevance | path

Searched refs:other_inode (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dtree-log.c4984 struct inode *other_inode; in btrfs_log_inode() local
5005 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()
Dsend.c1832 u64 other_inode = 0; in will_overwrite_ref() local
1861 &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()
/Linux-v4.19/fs/ext4/
Dinode.c5103 struct other_inode { struct
5111 struct other_inode *oi = (struct other_inode *) data; in other_inode_match() argument
5147 struct other_inode oi; in ext4_update_other_inodes_time()