Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | file.c | 2290 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_writepages() 2743 rc = server->ops->wait_mtu_credits(server, wdata->bytes, in cifs_resend_wdata() 2819 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_write_from_iter() 3468 rc = server->ops->wait_mtu_credits(server, rdata->bytes, in cifs_resend_rdata() 3541 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_send_async_read() 4310 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_readpages()
|
| D | smb2ops.c | 4448 .wait_mtu_credits = cifs_wait_mtu_credits, 4545 .wait_mtu_credits = smb2_wait_mtu_credits, 4644 .wait_mtu_credits = smb2_wait_mtu_credits, 4752 .wait_mtu_credits = smb2_wait_mtu_credits,
|
| D | smb1ops.c | 1161 .wait_mtu_credits = cifs_wait_mtu_credits,
|
| D | cifsglob.h | 466 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|