Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtree-log.c5024 struct inode *other_inode; in btrfs_log_inode() local
5045 other_inode = btrfs_iget(fs_info->sb, in btrfs_log_inode()
5054 if (other_inode == ERR_PTR(-ENOENT)) { in btrfs_log_inode()
5056 } else if (IS_ERR(other_inode)) { in btrfs_log_inode()
5057 err = PTR_ERR(other_inode); in btrfs_log_inode()
5070 BTRFS_I(other_inode), in btrfs_log_inode()
5073 btrfs_add_delayed_iput(other_inode); in btrfs_log_inode()
Dsend.c1866 u64 other_inode = 0; in will_overwrite_ref() local
1895 &other_inode, &other_type); in will_overwrite_ref()
1908 if (other_inode > sctx->send_progress || in will_overwrite_ref()
1909 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref()
1910 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref()
1916 *who_ino = other_inode; in will_overwrite_ref()
/linux-4.19.296/fs/ext4/
Dinode.c5243 struct other_inode { struct
5251 struct other_inode *oi = (struct other_inode *) data; in other_inode_match() argument
5287 struct other_inode oi; in ext4_update_other_inodes_time()