Searched refs:add_credits (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | transport.c | 1010 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 1119 add_credits(server, &credits[j], optype); in compound_send_recv() 1133 add_credits(server, &credits[j], optype); in compound_send_recv() 1169 add_credits(server, &credits[i], optype); in compound_send_recv() 1389 add_credits(server, &credits, 0); in SendReceive() 1422 add_credits(server, &credits, 0); in SendReceive() 1430 add_credits(server, &credits, 0); in SendReceive() 1446 add_credits(server, &credits, 0); in SendReceive()
|
D | cifsglob.h | 256 void (*add_credits)(struct TCP_Server_Info *server, member 807 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() function 810 server->ops->add_credits(server, credits, optype); in add_credits() 818 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
D | smb1ops.c | 1178 .add_credits = cifs_add_credits,
|
D | trace.h | 1051 DEFINE_SMB3_CREDIT_EVENT(add_credits);
|
D | smb2ops.c | 5194 .add_credits = smb2_add_credits, 5294 .add_credits = smb2_add_credits, 5396 .add_credits = smb2_add_credits, 5510 .add_credits = smb2_add_credits,
|
D | smb2pdu.c | 3815 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 4243 add_credits(server, &credits, 0); in smb2_readv_callback() 4482 add_credits(server, &credits, 0); in smb2_writev_callback()
|
D | cifssmb.c | 595 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 1340 add_credits(server, &credits, 0); in cifs_readv_callback() 1688 add_credits(tcon->ses->server, &credits, 0); in cifs_writev_callback()
|