Searched refs:dst_inode (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | nfs4file.c | 200 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local 201 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range() 223 if (src_inode == dst_inode) in nfs42_remap_file_range() 229 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() 230 inode_lock_nested(dst_inode, I_MUTEX_PARENT); in nfs42_remap_file_range() 234 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range() 242 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range() 251 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1); in nfs42_remap_file_range() 256 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() 258 inode_unlock(dst_inode); in nfs42_remap_file_range() [all …]
|
| D | nfs42proc.c | 232 struct inode *dst_inode = file_inode(dst); in _nfs42_proc_copy() local 233 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_copy() 254 status = nfs_sync_inode(dst_inode); in _nfs42_proc_copy() 296 truncate_pagecache_range(dst_inode, pos_dst, in _nfs42_proc_copy() 842 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() local 843 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone() 846 .dst_fh = NFS_FH(dst_inode), in _nfs42_proc_clone() 877 status = nfs_post_op_update_inode(dst_inode, res.dst_fattr); in _nfs42_proc_clone()
|
| D | nfs4proc.c | 5333 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local 5334 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit() 5341 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
|
| /Linux-v5.4/fs/ceph/ |
| D | file.c | 1905 static int is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, in is_file_size_ok() argument 1922 size = i_size_read(dst_inode); in is_file_size_ok() 1925 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok() 1928 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok() 1939 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range() local 1941 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() 1953 if (src_inode->i_sb != dst_inode->i_sb) { in __ceph_copy_file_range() 1954 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range() 1963 if (ceph_snap(dst_inode) != CEPH_NOSNAP) in __ceph_copy_file_range() 2022 ret = is_file_size_ok(src_inode, dst_inode, src_off, dst_off, len); in __ceph_copy_file_range() [all …]
|
| /Linux-v5.4/fs/f2fs/ |
| D | file.c | 1091 static int __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode, in __clone_blkaddrs() argument 1111 set_new_dnode(&dn, dst_inode, NULL, NULL, 0); in __clone_blkaddrs() 1123 ADDRS_PER_PAGE(dn.node_page, dst_inode) - in __clone_blkaddrs() 1133 f2fs_i_blocks_write(dst_inode, in __clone_blkaddrs() 1143 if (dst_inode->i_size < new_size) in __clone_blkaddrs() 1144 f2fs_i_size_write(dst_inode, new_size); in __clone_blkaddrs() 1155 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs() 1177 struct inode *dst_inode, pgoff_t src, pgoff_t dst, in __exchange_data_block() argument 1207 ret = __clone_blkaddrs(src_inode, dst_inode, src_blkaddr, in __exchange_data_block()
|
| /Linux-v5.4/fs/btrfs/ |
| D | ioctl.c | 3919 struct inode *dst_inode = file_inode(dst_file); in btrfs_remap_file_range() local 3920 bool same_inode = dst_inode == src_inode; in btrfs_remap_file_range() 3929 lock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range() 3937 ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff); in btrfs_remap_file_range() 3945 unlock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range()
|