Home
last modified time | relevance | path

Searched refs:CIFS_ECHO_OP (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dtransport.c445 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
H A Dcifsglob.h1918 #define CIFS_ECHO_OP 0x080 /* echo request */ macro
H A Dsmb2pdu.c4187 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback()
4373 server, CIFS_ECHO_OP, NULL); in SMB2_echo()
H A Dsmb2ops.c230 case CIFS_ECHO_OP: in smb2_get_credits_field()