Searched refs:add_credits (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/cifs/ |
| D | transport.c | 763 add_credits(ses->server, 1, optype); in SendReceive2() 795 add_credits(ses->server, 1, optype); in SendReceive2() 805 add_credits(ses->server, 1, optype); in SendReceive2() 833 add_credits(ses->server, credits, optype); in SendReceive2() 883 add_credits(ses->server, 1, 0); in SendReceive() 919 add_credits(ses->server, 1, 0); in SendReceive() 927 add_credits(ses->server, 1, 0); in SendReceive() 943 add_credits(ses->server, 1, 0); in SendReceive()
|
| D | cifsglob.h | 209 void (*add_credits)(struct TCP_Server_Info *, const unsigned int, member 654 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits() function 657 server->ops->add_credits(server, add, optype); in add_credits() 665 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
|
| D | smb2ops.c | 1471 .add_credits = smb2_add_credits, 1549 .add_credits = smb2_add_credits, 1629 .add_credits = smb2_add_credits, 1716 .add_credits = smb2_add_credits,
|
| D | smb2pdu.c | 1809 add_credits(server, credits_received, CIFS_ECHO_OP); in smb2_echo_callback() 1995 add_credits(server, credits_received, 0); in smb2_readv_callback() 2165 add_credits(tcon->ses->server, credits_received, 0); in smb2_writev_callback()
|
| D | smb1ops.c | 1024 .add_credits = cifs_add_credits,
|
| D | cifssmb.c | 702 add_credits(server, 1, CIFS_ECHO_OP); in cifs_echo_callback() 1595 add_credits(server, 1, 0); in cifs_readv_callback() 2094 add_credits(tcon->ses->server, 1, 0); in cifs_writev_callback()
|