/linux-6.6.21/fs/nfs/ |
D | nfs4file.c | 243 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local 244 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range() 257 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode)) in nfs42_remap_file_range() 269 if (src_inode == dst_inode) in nfs42_remap_file_range() 275 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() 276 inode_lock_nested(dst_inode, I_MUTEX_PARENT); in nfs42_remap_file_range() 280 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range() 288 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range() 297 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1); in nfs42_remap_file_range() 302 } else if (dst_inode < src_inode) { in nfs42_remap_file_range() [all …]
|
D | nfs42proc.c | 324 struct inode *dst_inode = file_inode(dst); in _nfs42_proc_copy() local 326 struct nfs_server *dst_server = NFS_SERVER(dst_inode); in _nfs42_proc_copy() 358 status = nfs_sync_inode(dst_inode); in _nfs42_proc_copy() 376 trace_nfs4_copy(src_inode, dst_inode, args, res, nss, status); in _nfs42_proc_copy() 403 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy() 1054 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() local 1055 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone() 1059 .dst_fh = NFS_FH(dst_inode), in _nfs42_proc_clone() 1093 dst_inode, NFS_INO_INVALID_BLOCKS); in _nfs42_proc_clone() 1097 trace_nfs4_clone(src_inode, dst_inode, &args, status); in _nfs42_proc_clone() [all …]
|
D | nfs4trace.h | 2235 const struct inode *dst_inode, 2242 TP_ARGS(src_inode, dst_inode, args, res, nss, error), 2270 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode); 2277 __entry->dst_dev = dst_inode->i_sb->s_dev; 2342 const struct inode *dst_inode, 2347 TP_ARGS(src_inode, dst_inode, args, error), 2368 const struct nfs_inode *dst_nfsi = NFS_I(dst_inode); 2375 __entry->dst_dev = dst_inode->i_sb->s_dev;
|
D | nfs4proc.c | 5675 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local 5676 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit() 5683 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
|
/linux-6.6.21/fs/btrfs/ |
D | reflink.c | 887 struct inode *dst_inode = file_inode(dst_file); in btrfs_remap_file_range() local 888 bool same_inode = dst_inode == src_inode; in btrfs_remap_file_range() 897 lock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range() 898 btrfs_double_mmap_lock(src_inode, dst_inode); in btrfs_remap_file_range() 907 ret = btrfs_extent_same(src_inode, off, len, dst_inode, destoff); in btrfs_remap_file_range() 915 btrfs_double_mmap_unlock(src_inode, dst_inode); in btrfs_remap_file_range() 916 unlock_two_nondirectories(src_inode, dst_inode); in btrfs_remap_file_range()
|
/linux-6.6.21/fs/ceph/ |
D | file.c | 2689 static int is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, in is_file_size_ok() argument 2706 size = i_size_read(dst_inode); in is_file_size_ok() 2709 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok() 2712 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok() 2844 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range() local 2846 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() 2855 if (src_inode->i_sb != dst_inode->i_sb) { in __ceph_copy_file_range() 2856 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range() 2865 if (ceph_snap(dst_inode) != CEPH_NOSNAP) in __ceph_copy_file_range() 2896 if (IS_ENCRYPTED(src_inode) || IS_ENCRYPTED(dst_inode)) in __ceph_copy_file_range() [all …]
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | profiler.h | 138 ino_t dst_inode; member
|
D | profiler.inc.h | 813 filemod_data->dst_inode = file_ino; in kprobe_ret__do_filp_open() 868 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE() 927 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
|
/linux-6.6.21/fs/f2fs/ |
D | file.c | 1249 static int __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode, in __clone_blkaddrs() argument 1269 set_new_dnode(&dn, dst_inode, NULL, NULL, 0); in __clone_blkaddrs() 1281 ADDRS_PER_PAGE(dn.node_page, dst_inode) - in __clone_blkaddrs() 1290 f2fs_i_blocks_write(dst_inode, in __clone_blkaddrs() 1300 if (dst_inode->i_size < new_size) in __clone_blkaddrs() 1301 f2fs_i_size_write(dst_inode, new_size); in __clone_blkaddrs() 1312 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs() 1335 struct inode *dst_inode, pgoff_t src, pgoff_t dst, in __exchange_data_block() argument 1365 ret = __clone_blkaddrs(src_inode, dst_inode, src_blkaddr, in __exchange_data_block()
|