Searched refs:curr_fp (Results 1 – 2 of 2) sorted by relevance
630 struct ksmbd_file *curr_fp) in smb_shared_mode_error() argument634 prev_fp->saccess, curr_fp->daccess); in smb_shared_mode_error()637 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp) in ksmbd_smb_check_shared_mode() argument646 read_lock(&curr_fp->f_ci->m_lock); in ksmbd_smb_check_shared_mode()647 list_for_each_entry(prev_fp, &curr_fp->f_ci->m_fp_list, node) { in ksmbd_smb_check_shared_mode()654 if (ksmbd_stream_fd(prev_fp) && ksmbd_stream_fd(curr_fp)) in ksmbd_smb_check_shared_mode()655 if (strcmp(prev_fp->stream.name, curr_fp->stream.name)) in ksmbd_smb_check_shared_mode()658 if (prev_fp->attrib_only != curr_fp->attrib_only) in ksmbd_smb_check_shared_mode()662 curr_fp->daccess & FILE_DELETE_LE) { in ksmbd_smb_check_shared_mode()665 curr_fp); in ksmbd_smb_check_shared_mode()[all …]
449 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp);