Home
last modified time | relevance | path

Searched refs:src_file (Results 1 – 10 of 10) sorted by relevance

/linux/fs/smb/client/
H A Dioctl.c90 CLASS(fd, src_file)(srcfd); in cifs_ioctl_copychunk()
91 if (fd_empty(src_file)) { in cifs_ioctl_copychunk()
96 if (fd_file(src_file)->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk()
102 src_inode = file_inode(fd_file(src_file)); in cifs_ioctl_copychunk()
107 rc = cifs_file_copychunk_range(xid, fd_file(src_file), 0, dst_file, 0, in cifs_ioctl_copychunk()
H A Dcifsfs.c1360 static loff_t cifs_remap_file_range(struct file *src_file, loff_t off, in cifs_remap_file_range()
1364 struct inode *src_inode = file_inode(src_file); in cifs_remap_file_range()
1368 struct cifsFileInfo *smb_file_src = src_file->private_data; in cifs_remap_file_range()
1494 struct file *src_file, loff_t off, in cifs_file_copychunk_range()
1498 struct inode *src_inode = file_inode(src_file); in cifs_file_copychunk_range()
1510 if (!src_file->private_data || !dst_file->private_data) { in cifs_file_copychunk_range()
1518 smb_file_src = src_file->private_data; in cifs_file_copychunk_range()
1585 file_accessed(src_file);
1614 static ssize_t cifs_copy_file_range(struct file *src_file, loff_t off,
1628 rc = cifs_file_copychunk_range(xid, src_file, of
1298 cifs_remap_file_range(struct file * src_file,loff_t off,struct file * dst_file,loff_t destoff,loff_t len,unsigned int remap_flags) cifs_remap_file_range() argument
1432 cifs_file_copychunk_range(unsigned int xid,struct file * src_file,loff_t off,struct file * dst_file,loff_t destoff,size_t len,unsigned int flags) cifs_file_copychunk_range() argument
1552 cifs_copy_file_range(struct file * src_file,loff_t off,struct file * dst_file,loff_t destoff,size_t len,unsigned int flags) cifs_copy_file_range() argument
[all...]
H A Dcifsglob.h540 struct cifsFileInfo *src_file);
542 struct cifsFileInfo *src_file, void __user *);
561 struct cifsFileInfo *src_file,
H A Dsmb2ops.c1882 struct cifsFileInfo *src_file, in smb2_copychunk_range() argument
1903 trace_smb3_copychunk_enter(xid, src_file->fid.volatile_fid, in smb2_copychunk_range()
1922 tlink_tcon(src_file->tlink), in smb2_copychunk_range()
1923 src_file->fid.persistent_fid, in smb2_copychunk_range()
1924 src_file->fid.volatile_fid, in smb2_copychunk_range()
2059 trace_smb3_copychunk_err(xid, src_file->fid.volatile_fid, in smb2_copychunk_range()
2064 trace_smb3_copychunk_done(xid, src_file->fid.volatile_fid, in smb2_copychunk_range()
/linux/fs/
H A Dremap_range.c432 loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, in vfs_dedupe_file_range_one() argument
445 ret = remap_verify_area(src_file, src_pos, len, false); in vfs_dedupe_file_range_one()
467 if (file_inode(src_file)->i_sb != file_inode(dst_file)->i_sb) in vfs_dedupe_file_range_one()
483 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one()
H A Dioctl.c233 CLASS(fd, src_file)(srcfd); in ioctl_file_clone()
237 if (fd_empty(src_file)) in ioctl_file_clone()
239 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone()
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py323 src_file = ("..." + source_file_name[-37:]) + " "
325 src_file = source_file_name.ljust(41)
327 src_str = src_file + str(line_number).rjust(4) + " <source not found>"
329 src_str = src_file + str(line_number).rjust(4) + " " + source_line
/linux/fs/nfs/
H A Dnfs4file.c247 static loff_t nfs42_remap_file_range(struct file *src_file, loff_t src_off, in nfs42_remap_file_range() argument
253 struct inode *src_inode = file_inode(src_file); in nfs42_remap_file_range()
289 ret = nfs42_proc_clone(src_file, dst_file, src_off, dst_off, count); in nfs42_remap_file_range()
/linux/fs/ceph/
H A Dfile.c3026 static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, in __ceph_copy_file_range()
3030 struct inode *src_inode = file_inode(src_file); in __ceph_copy_file_range()
3095 ret = file_write_and_wait_range(src_file, src_off, (src_off + len)); in __ceph_copy_file_range()
3111 err = get_rd_wr_caps(src_file, &src_got, in __ceph_copy_file_range()
3158 ret = splice_file_range(src_file, &src_off, dst_file, &dst_off, in __ceph_copy_file_range()
3166 err = get_rd_wr_caps(src_file, &src_got, in __ceph_copy_file_range()
3213 bytes = splice_file_range(src_file, &src_off, dst_file, in __ceph_copy_file_range()
3227 static ssize_t ceph_copy_file_range(struct file *src_file, loff_t src_off, in ceph_copy_file_range()
3233 ret = __ceph_copy_file_range(src_file, src_off, dst_file, dst_off, in ceph_copy_file_range()
3237 ret = splice_copy_file_range(src_file, src_of in ceph_copy_file_range()
3022 __ceph_copy_file_range(struct file * src_file,loff_t src_off,struct file * dst_file,loff_t dst_off,size_t len,unsigned int flags) __ceph_copy_file_range() argument
3223 ceph_copy_file_range(struct file * src_file,loff_t src_off,struct file * dst_file,loff_t dst_off,size_t len,unsigned int flags) ceph_copy_file_range() argument
[all...]
/linux/fs/fuse/
H A Dfile.c3154 static ssize_t fuse_copy_file_range(struct file *src_file, loff_t src_off, in fuse_copy_file_range() argument
3160 ret = __fuse_copy_file_range(src_file, src_off, dst_file, dst_off, in fuse_copy_file_range()
3164 ret = splice_copy_file_range(src_file, src_off, dst_file, in fuse_copy_file_range()