Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dvfs.c1781 struct ksmbd_file *dst_fp, in ksmbd_vfs_copy_file_ranges() argument
1801 if (!(dst_fp->daccess & (FILE_WRITE_DATA_LE | FILE_APPEND_DATA_LE))) { in ksmbd_vfs_copy_file_ranges()
1802 pr_err("no right to write(%pD)\n", dst_fp->filp); in ksmbd_vfs_copy_file_ranges()
1806 if (ksmbd_stream_fd(src_fp) || ksmbd_stream_fd(dst_fp)) in ksmbd_vfs_copy_file_ranges()
1809 smb_break_all_levII_oplock(work, dst_fp, 1); in ksmbd_vfs_copy_file_ranges()
1820 if (check_lock_range(dst_fp->filp, dst_off, in ksmbd_vfs_copy_file_ranges()
1837 dst_fp->filp, dst_off, len, 0); in ksmbd_vfs_copy_file_ranges()
1840 dst_fp->filp, dst_off, len, in ksmbd_vfs_copy_file_ranges()
H A Dvfs.h96 struct ksmbd_file *dst_fp,