Searched refs:add_credits (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | transport.c | 1015 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 1125 add_credits(server, &credits[j], optype); in compound_send_recv() 1139 add_credits(server, &credits[j], optype); in compound_send_recv() 1173 add_credits(server, &credits[i], optype); in compound_send_recv() 1380 add_credits(server, &credits, 0); in SendReceive() 1411 add_credits(server, &credits, 0); in SendReceive() 1419 add_credits(server, &credits, 0); in SendReceive() 1435 add_credits(server, &credits, 0); in SendReceive()
|
D | cifsglob.h | 225 void (*add_credits)(struct TCP_Server_Info *server, member 741 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() function 744 server->ops->add_credits(server, credits, optype); in add_credits() 752 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
D | trace.h | 937 DEFINE_SMB3_CREDIT_EVENT(add_credits);
|
D | smb1ops.c | 1152 .add_credits = cifs_add_credits,
|
D | smb2ops.c | 5392 .add_credits = smb2_add_credits, 5492 .add_credits = smb2_add_credits, 5594 .add_credits = smb2_add_credits, 5708 .add_credits = smb2_add_credits,
|
D | smb2pdu.c | 3714 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 4088 add_credits(server, &credits, 0); in smb2_readv_callback() 4326 add_credits(server, &credits, 0); in smb2_writev_callback()
|
D | cifssmb.c | 638 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 1556 add_credits(server, &credits, 0); in cifs_readv_callback() 2081 add_credits(tcon->ses->server, &credits, 0); in cifs_writev_callback()
|