Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/fs/cifs/ |
| D | file.c | 2366 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_writepages() 2824 rc = server->ops->wait_mtu_credits(server, wdata->bytes, in cifs_resend_wdata() 2908 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_write_from_iter() 3558 rc = server->ops->wait_mtu_credits(server, rdata->bytes, in cifs_resend_rdata() 3639 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_send_async_read() 4410 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_readpages()
|
| D | cifsglob.h | 467 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|
| D | smb1ops.c | 1158 .wait_mtu_credits = cifs_wait_mtu_credits,
|
| D | smb2ops.c | 4946 .wait_mtu_credits = cifs_wait_mtu_credits, 5044 .wait_mtu_credits = smb2_wait_mtu_credits, 5145 .wait_mtu_credits = smb2_wait_mtu_credits, 5258 .wait_mtu_credits = smb2_wait_mtu_credits,
|