Searched refs:prev_fp (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb_common.c632 static void smb_shared_mode_error(int error, struct ksmbd_file *prev_fp, argument
637 prev_fp->saccess, curr_fp->daccess);
643 struct ksmbd_file *prev_fp; local
650 list_for_each_entry(prev_fp, &curr_fp->f_ci->m_fp_list, node) {
651 if (file_inode(filp) != file_inode(prev_fp->filp))
654 if (filp == prev_fp->filp)
657 if (ksmbd_stream_fd(prev_fp) && ksmbd_stream_fd(curr_fp))
658 if (strcmp(prev_fp->stream.name, curr_fp->stream.name))
661 if (prev_fp->attrib_only != curr_fp->attrib_only)
664 if (!(prev_fp
[all...]

Completed in 68 milliseconds