Home
last modified time | relevance | path

Searched refs:src_fp (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dsislite.h536 #define SISL_RHT_FP_CLONE(src_fp, cln_flags) ((src_fp) & (0xFC | (cln_flags)))
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dsislite.h536 #define SISL_RHT_FP_CLONE(src_fp, cln_flags) ((src_fp) & (0xFC | (cln_flags)))
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c1754 struct ksmbd_file *src_fp, in ksmbd_vfs_copy_file_ranges()
1771 if (!(src_fp->daccess & (FILE_READ_DATA_LE | FILE_EXECUTE_LE))) { in ksmbd_vfs_copy_file_ranges()
1772 pr_err("no right to read(%pD)\n", src_fp->filp); in ksmbd_vfs_copy_file_ranges()
1780 if (ksmbd_stream_fd(src_fp) || ksmbd_stream_fd(dst_fp)) in ksmbd_vfs_copy_file_ranges()
1791 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1800 src_file_size = i_size_read(file_inode(src_fp->filp)); in ksmbd_vfs_copy_file_ranges()
1810 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1813 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1753 ksmbd_vfs_copy_file_ranges(struct ksmbd_work *work, struct ksmbd_file *src_fp, struct ksmbd_file *dst_fp, struct srv_copychunk *chunks, unsigned int chunk_count, unsigned int *chunk_count_written, unsigned int *chunk_size_written, loff_t *total_size_written) ksmbd_vfs_copy_file_ranges() argument
H A Dvfs.h95 struct ksmbd_file *src_fp,
H A Dsmb2pdu.c7229 struct ksmbd_file *src_fp = NULL, *dst_fp = NULL; in fsctl_copychunk() local
7274 src_fp = ksmbd_lookup_foreign_fd(work, in fsctl_copychunk()
7278 if (!src_fp || in fsctl_copychunk()
7279 src_fp->persistent_id != le64_to_cpu(ci_req->ResumeKey[1])) { in fsctl_copychunk()
7299 ret = ksmbd_vfs_copy_file_ranges(work, src_fp, dst_fp, in fsctl_copychunk()
7327 ksmbd_fd_put(work, src_fp); in fsctl_copychunk()

Completed in 21 milliseconds