dst_inode        3920 fs/btrfs/ioctl.c 	struct inode *dst_inode = file_inode(dst_file);
dst_inode        3921 fs/btrfs/ioctl.c 	bool same_inode = dst_inode == src_inode;
dst_inode        3930 fs/btrfs/ioctl.c 		lock_two_nondirectories(src_inode, dst_inode);
dst_inode        3938 fs/btrfs/ioctl.c 		ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff);
dst_inode        3946 fs/btrfs/ioctl.c 		unlock_two_nondirectories(src_inode, dst_inode);
dst_inode        1918 fs/ceph/file.c static int is_file_size_ok(struct inode *src_inode, struct inode *dst_inode,
dst_inode        1935 fs/ceph/file.c 	size = i_size_read(dst_inode);
dst_inode        1938 fs/ceph/file.c 	if (inode_newsize_ok(dst_inode, endoff))
dst_inode        1941 fs/ceph/file.c 	if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff))
dst_inode        1952 fs/ceph/file.c 	struct inode *dst_inode = file_inode(dst_file);
dst_inode        1954 fs/ceph/file.c 	struct ceph_inode_info *dst_ci = ceph_inode(dst_inode);
dst_inode        1966 fs/ceph/file.c 	if (src_inode->i_sb != dst_inode->i_sb) {
dst_inode        1967 fs/ceph/file.c 		struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode);
dst_inode        1976 fs/ceph/file.c 	if (ceph_snap(dst_inode) != CEPH_NOSNAP)
dst_inode        2035 fs/ceph/file.c 	ret = is_file_size_ok(src_inode, dst_inode, src_off, dst_off, len);
dst_inode        2039 fs/ceph/file.c 	size = i_size_read(dst_inode);
dst_inode        2043 fs/ceph/file.c 	ret = invalidate_inode_pages2_range(dst_inode->i_mapping,
dst_inode        2089 fs/ceph/file.c 		err = is_file_size_ok(src_inode, dst_inode,
dst_inode        2135 fs/ceph/file.c 	inode_inc_iversion_raw(dst_inode);
dst_inode        2141 fs/ceph/file.c 		if (ceph_quota_is_max_bytes_approaching(dst_inode, endoff))
dst_inode        2143 fs/ceph/file.c 		if (ceph_inode_set_size(dst_inode, endoff))
dst_inode        2154 fs/ceph/file.c 		__mark_inode_dirty(dst_inode, dirty);
dst_inode        1086 fs/f2fs/file.c static int __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode,
dst_inode        1106 fs/f2fs/file.c 			set_new_dnode(&dn, dst_inode, NULL, NULL, 0);
dst_inode        1118 fs/f2fs/file.c 				ADDRS_PER_PAGE(dn.node_page, dst_inode) -
dst_inode        1128 fs/f2fs/file.c 					f2fs_i_blocks_write(dst_inode,
dst_inode        1138 fs/f2fs/file.c 				if (dst_inode->i_size < new_size)
dst_inode        1139 fs/f2fs/file.c 					f2fs_i_size_write(dst_inode, new_size);
dst_inode        1150 fs/f2fs/file.c 			pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i,
dst_inode        1172 fs/f2fs/file.c 			struct inode *dst_inode, pgoff_t src, pgoff_t dst,
dst_inode        1202 fs/f2fs/file.c 		ret = __clone_blkaddrs(src_inode, dst_inode, src_blkaddr,
dst_inode         232 fs/nfs/nfs42proc.c 	struct inode *dst_inode = file_inode(dst);
dst_inode         233 fs/nfs/nfs42proc.c 	struct nfs_server *server = NFS_SERVER(dst_inode);
dst_inode         254 fs/nfs/nfs42proc.c 	status = nfs_sync_inode(dst_inode);
dst_inode         296 fs/nfs/nfs42proc.c 	truncate_pagecache_range(dst_inode, pos_dst,
dst_inode         842 fs/nfs/nfs42proc.c 	struct inode *dst_inode = file_inode(dst_f);
dst_inode         843 fs/nfs/nfs42proc.c 	struct nfs_server *server = NFS_SERVER(dst_inode);
dst_inode         846 fs/nfs/nfs42proc.c 		.dst_fh = NFS_FH(dst_inode),
dst_inode         877 fs/nfs/nfs42proc.c 		status = nfs_post_op_update_inode(dst_inode, res.dst_fattr);
dst_inode         199 fs/nfs/nfs4file.c 	struct inode *dst_inode = file_inode(dst_file);
dst_inode         200 fs/nfs/nfs4file.c 	struct nfs_server *server = NFS_SERVER(dst_inode);
dst_inode         213 fs/nfs/nfs4file.c 	if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode))
dst_inode         225 fs/nfs/nfs4file.c 	if (src_inode == dst_inode)
dst_inode         231 fs/nfs/nfs4file.c 	} else if (dst_inode < src_inode) {
dst_inode         232 fs/nfs/nfs4file.c 		inode_lock_nested(dst_inode, I_MUTEX_PARENT);
dst_inode         236 fs/nfs/nfs4file.c 		inode_lock_nested(dst_inode, I_MUTEX_CHILD);
dst_inode         244 fs/nfs/nfs4file.c 	ret = nfs_sync_inode(dst_inode);
dst_inode         253 fs/nfs/nfs4file.c 		truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1);
dst_inode         258 fs/nfs/nfs4file.c 	} else if (dst_inode < src_inode) {
dst_inode         260 fs/nfs/nfs4file.c 		inode_unlock(dst_inode);
dst_inode         262 fs/nfs/nfs4file.c 		inode_unlock(dst_inode);
dst_inode        5358 fs/nfs/nfs4proc.c 	struct inode *dst_inode = file_inode(dst);
dst_inode        5359 fs/nfs/nfs4proc.c 	struct nfs_server *server = NFS_SERVER(dst_inode);
dst_inode        5366 fs/nfs/nfs4proc.c 	args->fh = NFS_FH(dst_inode);