Searched refs:dst_inode (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 251 struct inode *dst_inode = file_inode(dst_file); in nfs42_remap_file_range() local 252 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range() 264 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode)) in nfs42_remap_file_range() 277 lock_two_nondirectories(src_inode, dst_inode); in nfs42_remap_file_range() 284 nfs_file_block_o_direct(NFS_I(dst_inode)); in nfs42_remap_file_range() 285 ret = nfs_sync_inode(dst_inode); in nfs42_remap_file_range() 294 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1); in nfs42_remap_file_range() 297 unlock_two_nondirectories(src_inode, dst_inode); in nfs42_remap_file_range()
|
| H A D | nfs42proc.c | 422 struct inode *dst_inode = file_inode(dst); in _nfs42_proc_copy() local 424 struct nfs_server *dst_server = NFS_SERVER(dst_inode); in _nfs42_proc_copy() 457 nfs_file_block_o_direct(NFS_I(dst_inode)); in _nfs42_proc_copy() 458 status = nfs_sync_inode(dst_inode); in _nfs42_proc_copy() 473 oldsize_dst = i_size_read(dst_inode); in _nfs42_proc_copy() 477 trace_nfs4_copy(src_inode, dst_inode, args, res, nss, status); in _nfs42_proc_copy() 1260 struct inode *dst_inode = file_inode(dst_f); in _nfs42_proc_clone() local 1261 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone() 1265 .dst_fh = NFS_FH(dst_inode), in _nfs42_proc_clone() 1274 loff_t oldsize_dst = i_size_read(dst_inode); in _nfs42_proc_clone() [all …]
|
| H A D | nfs4proc.c | 5892 struct inode *dst_inode = file_inode(dst); in _nfs4_proc_commit() local 5893 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs4_proc_commit() 5900 args->fh = NFS_FH(dst_inode); in _nfs4_proc_commit()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2869 static int is_file_size_ok(struct inode *src_inode, struct inode *dst_inode, in is_file_size_ok() argument 2887 size = i_size_read(dst_inode); in is_file_size_ok() 2890 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok() 2893 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok() 3027 struct inode *dst_inode = file_inode(dst_file); in __ceph_copy_file_range() local 3029 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() 3039 if (src_inode->i_sb != dst_inode->i_sb) { in __ceph_copy_file_range() 3040 struct ceph_fs_client *dst_fsc = ceph_inode_to_fs_client(dst_inode); in __ceph_copy_file_range() 3049 if (ceph_snap(dst_inode) != CEPH_NOSNAP) in __ceph_copy_file_range() 3080 if (IS_ENCRYPTED(src_inode) || IS_ENCRYPTED(dst_inode)) in __ceph_copy_file_range() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.h | 138 ino_t dst_inode; member
|
| H A D | profiler.inc.h | 793 filemod_data->dst_inode = file_ino; in kprobe_ret__do_file_open() 846 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE() 901 filemod_data->dst_inode = dst_file_ino; in BPF_KPROBE()
|