Searched refs:curr_fp (Results 1 – 2 of 2) sorted by relevance
615 struct ksmbd_file *curr_fp) in smb_shared_mode_error() argument619 prev_fp->saccess, curr_fp->daccess); in smb_shared_mode_error()622 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp) in ksmbd_smb_check_shared_mode() argument631 read_lock(&curr_fp->f_ci->m_lock); in ksmbd_smb_check_shared_mode()632 list_for_each_entry(prev_fp, &curr_fp->f_ci->m_fp_list, node) { in ksmbd_smb_check_shared_mode()639 if (ksmbd_stream_fd(prev_fp) && ksmbd_stream_fd(curr_fp)) in ksmbd_smb_check_shared_mode()640 if (strcmp(prev_fp->stream.name, curr_fp->stream.name)) in ksmbd_smb_check_shared_mode()643 if (prev_fp->attrib_only != curr_fp->attrib_only) in ksmbd_smb_check_shared_mode()647 curr_fp->daccess & FILE_DELETE_LE) { in ksmbd_smb_check_shared_mode()650 curr_fp); in ksmbd_smb_check_shared_mode()[all …]
449 int ksmbd_smb_check_shared_mode(struct file *filp, struct ksmbd_file *curr_fp);