Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs.c1777 struct ksmbd_file *src_fp, in ksmbd_vfs_copy_file_ranges() argument
1794 if (!(src_fp->daccess & (FILE_READ_DATA_LE | FILE_EXECUTE_LE))) { in ksmbd_vfs_copy_file_ranges()
1795 pr_err("no right to read(%pD)\n", src_fp->filp); in ksmbd_vfs_copy_file_ranges()
1803 if (ksmbd_stream_fd(src_fp) || ksmbd_stream_fd(dst_fp)) in ksmbd_vfs_copy_file_ranges()
1814 if (check_lock_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1823 src_file_size = i_size_read(file_inode(src_fp->filp)); in ksmbd_vfs_copy_file_ranges()
1833 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
1836 ret = vfs_copy_file_range(src_fp->filp, src_off, in ksmbd_vfs_copy_file_ranges()
H A Dvfs.h96 struct ksmbd_file *src_fp,