Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | file.c | 2700 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->wsize, in cifs_writepages() 3190 rc = server->ops->wait_mtu_credits(server, wdata->bytes, in cifs_resend_wdata() 3274 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->wsize, in cifs_write_from_iter() 3929 rc = server->ops->wait_mtu_credits(server, rdata->bytes, in cifs_resend_rdata() 4015 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->rsize, in cifs_send_async_read() 4769 rc = server->ops->wait_mtu_credits(server, cifs_sb->ctx->rsize, in cifs_readahead()
|
D | smb1ops.c | 1182 .wait_mtu_credits = cifs_wait_mtu_credits,
|
D | cifsglob.h | 498 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|
D | smb2ops.c | 5198 .wait_mtu_credits = cifs_wait_mtu_credits, 5298 .wait_mtu_credits = smb2_wait_mtu_credits, 5400 .wait_mtu_credits = smb2_wait_mtu_credits, 5514 .wait_mtu_credits = smb2_wait_mtu_credits,
|