Home
last modified time | relevance | path

Searched refs:dst_inode (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfs/
H A Dnfs4file.c251 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 Dnfs42proc.c422 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 Dnfs4proc.c5892 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 Dfile.c2869 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 Dprofiler.h138 ino_t dst_inode; member
H A Dprofiler.inc.h793 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()