Home
last modified time | relevance | path

Searched refs:cifs_handle_standard (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/smb/client/
Dcifsproto.h86 extern int cifs_handle_standard(struct TCP_Server_Info *server,
Dconnect.c1081 return cifs_handle_standard(server, mid); in standard_receive3()
1085 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_handle_standard() function
Dsmb2ops.c5015 ret = cifs_handle_standard(server, mid_entry); in receive_encrypted_standard()