Searched refs:src_fp (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/cxlflash/ |
D | sislite.h | 536 #define SISL_RHT_FP_CLONE(src_fp, cln_flags) ((src_fp) & (0xFC | (cln_flags))) argument
|
/linux-6.1.9/fs/ksmbd/ |
D | vfs.c | 1738 struct ksmbd_file *src_fp, in ksmbd_vfs_copy_file_ranges() argument 1755 if (!(src_fp->daccess & (FILE_READ_DATA_LE | FILE_EXECUTE_LE))) { in ksmbd_vfs_copy_file_ranges() 1756 pr_err("no right to read(%pD)\n", src_fp->filp); in ksmbd_vfs_copy_file_ranges() 1764 if (ksmbd_stream_fd(src_fp) || ksmbd_stream_fd(dst_fp)) in ksmbd_vfs_copy_file_ranges() 1775 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges() 1784 src_file_size = i_size_read(file_inode(src_fp->filp)); in ksmbd_vfs_copy_file_ranges() 1794 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges() 1797 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
|
D | vfs.h | 97 struct ksmbd_file *src_fp,
|
D | smb2pdu.c | 7178 struct ksmbd_file *src_fp = NULL, *dst_fp = NULL; in fsctl_copychunk() local 7223 src_fp = ksmbd_lookup_foreign_fd(work, in fsctl_copychunk() 7227 if (!src_fp || in fsctl_copychunk() 7228 src_fp->persistent_id != le64_to_cpu(ci_req->ResumeKey[1])) { in fsctl_copychunk() 7248 ret = ksmbd_vfs_copy_file_ranges(work, src_fp, dst_fp, in fsctl_copychunk() 7276 ksmbd_fd_put(work, src_fp); in fsctl_copychunk()
|