Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | file.c | 2435 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->wsize, in cifs_writepages() 2899 rc = server->ops->wait_mtu_credits(server, wdata->bytes, in cifs_resend_wdata() 2983 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->wsize, in cifs_write_from_iter() 3633 rc = server->ops->wait_mtu_credits(server, rdata->bytes, in cifs_resend_rdata() 3714 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->rsize, in cifs_send_async_read() 4492 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->rsize, in cifs_readpages()
|
| D | smb1ops.c | 1157 .wait_mtu_credits = cifs_wait_mtu_credits,
|
| D | cifsglob.h | 459 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|
| D | smb2ops.c | 5363 .wait_mtu_credits = cifs_wait_mtu_credits, 5462 .wait_mtu_credits = smb2_wait_mtu_credits, 5564 .wait_mtu_credits = smb2_wait_mtu_credits, 5678 .wait_mtu_credits = smb2_wait_mtu_credits,
|