Searched refs:CIFS_ECHO_OP (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 543 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
|
H A D | cifsglob.h | 1791 #define CIFS_ECHO_OP 0x080 /* echo request */ macro
|
H A D | smb2pdu.c | 3640 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 3741 server, CIFS_ECHO_OP, NULL); in SMB2_echo()
|
H A D | cifssmb.c | 755 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 790 server, CIFS_NON_BLOCKING | CIFS_ECHO_OP, NULL); in CIFSSMBEcho()
|
H A D | smb2ops.c | 147 case CIFS_ECHO_OP: in smb2_get_credits_field()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsglob.h | 1869 #define CIFS_ECHO_OP 0x080 /* echo request */ macro
|
H A D | transport.c | 507 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits()
|
H A D | smb2pdu.c | 3959 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 4128 server, CIFS_ECHO_OP, NULL); in SMB2_echo()
|
H A D | cifssmb.c | 566 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 601 server, CIFS_NON_BLOCKING | CIFS_ECHO_OP, NULL); in CIFSSMBEcho()
|
H A D | smb2ops.c | 203 case CIFS_ECHO_OP: in smb2_get_credits_field()
|
Completed in 54 milliseconds