Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dtransport.c538 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
H A Dcifsglob.h1788 #define CIFS_ECHO_OP 0x080 /* echo request */ macro
H A Dsmb2pdu.c3631 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback()
3732 server, CIFS_ECHO_OP, NULL); in SMB2_echo()
H A Dcifssmb.c755 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback()
790 server, CIFS_NON_BLOCKING | CIFS_ECHO_OP, NULL); in CIFSSMBEcho()
H A Dsmb2ops.c147 case CIFS_ECHO_OP: in smb2_get_credits_field()