Home
last modified time | relevance | path

Searched refs:src_fp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/scsi/cxlflash/
Dsislite.h536 #define SISL_RHT_FP_CLONE(src_fp, cln_flags) ((src_fp) & (0xFC | (cln_flags))) argument
/Linux-v5.15/fs/ksmbd/
Dvfs.c1725 struct ksmbd_file *src_fp, in ksmbd_vfs_copy_file_ranges() argument
1742 if (!(src_fp->daccess & (FILE_READ_DATA_LE | FILE_EXECUTE_LE))) { in ksmbd_vfs_copy_file_ranges()
1743 pr_err("no right to read(%pd)\n", src_fp->filp->f_path.dentry); in ksmbd_vfs_copy_file_ranges()
1751 if (ksmbd_stream_fd(src_fp) || ksmbd_stream_fd(dst_fp)) in ksmbd_vfs_copy_file_ranges()
1762 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1771 src_file_size = i_size_read(file_inode(src_fp->filp)); in ksmbd_vfs_copy_file_ranges()
1781 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
Dvfs.h133 struct ksmbd_file *src_fp,
Dsmb2pdu.c7082 struct ksmbd_file *src_fp = NULL, *dst_fp = NULL; in fsctl_copychunk() local
7127 src_fp = ksmbd_lookup_foreign_fd(work, in fsctl_copychunk()
7131 if (!src_fp || in fsctl_copychunk()
7132 src_fp->persistent_id != le64_to_cpu(ci_req->ResumeKey[1])) { in fsctl_copychunk()
7152 ret = ksmbd_vfs_copy_file_ranges(work, src_fp, dst_fp, in fsctl_copychunk()
7180 ksmbd_fd_put(work, src_fp); in fsctl_copychunk()