Searched refs:add_credits (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | transport.c | 789 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 930 add_credits(server, &credits[j], optype); in compound_send_recv() 944 add_credits(server, &credits[j], optype); in compound_send_recv() 979 add_credits(server, &credits[i], optype); in compound_send_recv()
|
| H A D | cifsglob.h | 325 void (*add_credits)(struct TCP_Server_Info *server, member 888 add_credits(struct TCP_Server_Info *server, struct cifs_credits *credits, in add_credits() function 891 server->ops->add_credits(server, credits, optype); in add_credits() 899 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
| H A D | smb1ops.c | 1392 .add_credits = cifs_add_credits,
|
| H A D | smb2ops.c | 5383 .add_credits = smb2_add_credits, 5485 .add_credits = smb2_add_credits, 5589 .add_credits = smb2_add_credits, 5705 .add_credits = smb2_add_credits,
|
| H A D | smb2pdu.c | 4187 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 4751 add_credits(server, &credits, 0); in smb2_readv_callback() 5071 add_credits(server, &credits, 0); in smb2_writev_callback()
|
| H A D | trace.h | 1834 DEFINE_SMB3_CREDIT_EVENT(add_credits);
|