Searched refs:add_credits (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | transport.c | 960 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 1042 add_credits(server, &credits[j], optype); in compound_send_recv() 1056 add_credits(server, &credits[j], optype); in compound_send_recv() 1092 add_credits(server, &credits[i], optype); in compound_send_recv() 1292 add_credits(server, &credits, 0); in SendReceive() 1325 add_credits(server, &credits, 0); in SendReceive() 1333 add_credits(server, &credits, 0); in SendReceive() 1349 add_credits(server, &credits, 0); in SendReceive()
|
D | cifsglob.h | 240 void (*add_credits)(struct TCP_Server_Info *server, member 798 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() function 801 server->ops->add_credits(server, credits, optype); in add_credits() 809 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
D | smb2ops.c | 4444 .add_credits = smb2_add_credits, 4541 .add_credits = smb2_add_credits, 4640 .add_credits = smb2_add_credits, 4748 .add_credits = smb2_add_credits,
|
D | smb1ops.c | 1157 .add_credits = cifs_add_credits,
|
D | smb2pdu.c | 3303 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 3666 add_credits(server, &credits, 0); in smb2_readv_callback() 3891 add_credits(server, &credits, 0); in smb2_writev_callback()
|
D | cifssmb.c | 828 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 1742 add_credits(server, &credits, 0); in cifs_readv_callback() 2266 add_credits(tcon->ses->server, &credits, 0); in cifs_writev_callback()
|