Searched refs:add_credits (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/cifs/ |
| D | transport.c | 975 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 1082 add_credits(server, &credits[j], optype); in compound_send_recv() 1096 add_credits(server, &credits[j], optype); in compound_send_recv() 1132 add_credits(server, &credits[i], optype); in compound_send_recv() 1334 add_credits(server, &credits, 0); in SendReceive() 1367 add_credits(server, &credits, 0); in SendReceive() 1375 add_credits(server, &credits, 0); in SendReceive() 1391 add_credits(server, &credits, 0); in SendReceive()
|
| D | cifsglob.h | 229 void (*add_credits)(struct TCP_Server_Info *server, member 809 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() function 812 server->ops->add_credits(server, credits, optype); in add_credits() 820 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
| D | trace.h | 913 DEFINE_SMB3_CREDIT_EVENT(add_credits);
|
| D | smb1ops.c | 1154 .add_credits = cifs_add_credits,
|
| D | smb2ops.c | 4942 .add_credits = smb2_add_credits, 5040 .add_credits = smb2_add_credits, 5141 .add_credits = smb2_add_credits, 5254 .add_credits = smb2_add_credits,
|
| D | smb2pdu.c | 3614 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 3985 add_credits(server, &credits, 0); in smb2_readv_callback() 4224 add_credits(server, &credits, 0); in smb2_writev_callback()
|
| D | cifssmb.c | 755 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 1669 add_credits(server, &credits, 0); in cifs_readv_callback() 2193 add_credits(tcon->ses->server, &credits, 0); in cifs_writev_callback()
|