Searched refs:cifs_credits (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsglob.h | 277 struct cifs_credits; 294 const struct cifs_credits *credits, 552 unsigned int *, struct cifs_credits *); 555 struct cifs_credits *credits, 851 struct cifs_credits { struct 879 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() 887 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() 902 adjust_credits(struct TCP_Server_Info *server, struct cifs_credits *credits, in adjust_credits() 1516 struct cifs_credits credits; 1538 struct cifs_credits credits;
|
H A D | transport.c | 695 unsigned int *num, struct cifs_credits *credits) in cifs_wait_mtu_credits() 786 const struct cifs_credits *exist_credits) in cifs_call_async() 790 struct cifs_credits credits = { .value = 0, .instance = 0 }; in cifs_call_async() 991 struct cifs_credits credits; in cifs_compound_callback() 1079 struct cifs_credits credits[MAX_COMPOUND] = { in compound_send_recv() 1363 struct cifs_credits credits = { .value = 1, .instance = 0 }; in SendReceive()
|
H A D | file.c | 2837 struct cifs_credits credits_on_stack; in cifs_write_back_from_locked_folio() 2838 struct cifs_credits *credits = &credits_on_stack; in cifs_write_back_from_locked_folio() 3396 struct cifs_credits credits; in cifs_resend_wdata() 3529 struct cifs_credits credits_on_stack; in cifs_write_from_iter() 3530 struct cifs_credits *credits = &credits_on_stack; in cifs_write_from_iter() 3974 struct cifs_credits credits; in cifs_resend_rdata() 4048 struct cifs_credits credits_on_stack; in cifs_send_async_read() 4049 struct cifs_credits *credits = &credits_on_stack; in cifs_send_async_read() 4649 struct cifs_credits credits_on_stack; in cifs_readahead() 4650 struct cifs_credits *credits = &credits_on_stack; in cifs_readahead()
|
H A D | cifsproto.h | 99 const struct cifs_credits *exist_credits); 125 struct cifs_credits *credits);
|
H A D | smb1ops.c | 111 const struct cifs_credits *credits, const int optype) in cifs_add_credits()
|
H A D | smb2ops.c | 69 const struct cifs_credits *credits, const int optype) in smb2_add_credits() 221 unsigned int *num, struct cifs_credits *credits) in smb2_wait_mtu_credits() 286 struct cifs_credits *credits, in smb2_adjust_credits()
|
H A D | smb2pdu.c | 4096 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_echo_callback() 4511 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_readv_callback() 4763 struct cifs_credits credits = { .value = 0, .instance = 0 }; in smb2_writev_callback()
|
H A D | cifssmb.c | 563 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_echo_callback() 1272 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_readv_callback() 1622 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_writev_callback()
|