/Linux-v6.1/fs/nfs/ |
D | nfs4file.c | 247 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local 248 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range() 261 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode)) in nfs42_remap_file_range() 273 if (src_inode == dst_inode) in nfs42_remap_file_range() 279 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() 280 inode_lock_nested(dst_inode, I_MUTEX_PARENT); in nfs42_remap_file_range() 284 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range() 292 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range() 301 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1); in nfs42_remap_file_range() 306 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() [all …]
|
D | nfs42proc.c | 323 struct inode *dst_inode = file_inode(dst); in _nfs42_proc_copy() local 325 struct nfs_server *dst_server = NFS_SERVER(dst_inode); in _nfs42_proc_copy() 357 status = nfs_sync_inode(dst_inode); in _nfs42_proc_copy() 375 trace_nfs4_copy(src_inode, dst_inode, args, res, nss, status); in _nfs42_proc_copy() 402 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy() 1051 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() local 1052 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone() 1056 .dst_fh = NFS_FH(dst_inode), in _nfs42_proc_clone() 1090 dst_inode, NFS_INO_INVALID_BLOCKS); in _nfs42_proc_clone() 1094 trace_nfs4_clone(src_inode, dst_inode, &args, status); in _nfs42_proc_clone() [all …]
|
D | nfs4trace.h | 2233 const struct inode *dst_inode, 2240 TP_ARGS(src_inode, dst_inode, args, res, nss, error), 2268 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode); 2275 __entry->dst_dev = dst_inode->i_sb->s_dev; 2340 const struct inode *dst_inode, 2345 TP_ARGS(src_inode, dst_inode, args, error), 2366 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode); 2373 __entry->dst_dev = dst_inode->i_sb->s_dev;
|
D | nfs4proc.c | 5658 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local 5659 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit() 5666 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
|
/Linux-v6.1/fs/btrfs/ |
D | reflink.c | 882 struct inode *dst_inode = file_inode(dst_file); in btrfs_remap_file_range() local 883 bool same_inode = dst_inode == src_inode; in btrfs_remap_file_range() 892 lock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range() 893 btrfs_double_mmap_lock(src_inode, dst_inode); in btrfs_remap_file_range() 902 ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff); in btrfs_remap_file_range() 910 btrfs_double_mmap_unlock(src_inode, dst_inode); in btrfs_remap_file_range() 911 unlock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range()
|
/Linux-v6.1/fs/ceph/ |
D | file.c | 2211 static int is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, in is_file_size_ok() argument 2228 size = i_size_read(dst_inode); in is_file_size_ok() 2231 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok() 2234 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok() 2366 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range() local 2368 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() 2377 if (src_inode->i_sb != dst_inode->i_sb) { in __ceph_copy_file_range() 2378 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range() 2387 if (ceph_snap(dst_inode) != CEPH_NOSNAP) in __ceph_copy_file_range() 2449 ret = is_file_size_ok(src_inode, dst_inode, src_off, dst_off, len); in __ceph_copy_file_range() [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | profiler.h | 138 ino_t dst_inode; member
|
D | profiler.inc.h | 801 filemod_data->dst_inode = file_ino; in kprobe_ret__do_filp_open() 856 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE() 915 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
|
/Linux-v6.1/fs/f2fs/ |
D | file.c | 1254 static int __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode, in __clone_blkaddrs() argument 1274 set_new_dnode(&dn, dst_inode, NULL, NULL, 0); in __clone_blkaddrs() 1286 ADDRS_PER_PAGE(dn.node_page, dst_inode) - in __clone_blkaddrs() 1295 f2fs_i_blocks_write(dst_inode, in __clone_blkaddrs() 1305 if (dst_inode->i_size < new_size) in __clone_blkaddrs() 1306 f2fs_i_size_write(dst_inode, new_size); in __clone_blkaddrs() 1317 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs() 1339 struct inode *dst_inode, pgoff_t src, pgoff_t dst, in __exchange_data_block() argument 1369 ret = __clone_blkaddrs(src_inode, dst_inode, src_blkaddr, in __exchange_data_block()
|