Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 2370 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_writepages() 2851 rc = server->ops->wait_mtu_credits(server, wdata->bytes, in cifs_resend_wdata() 2935 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_write_from_iter() 3588 rc = server->ops->wait_mtu_credits(server, rdata->bytes, in cifs_resend_rdata() 3669 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_send_async_read() 4449 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_readpages()
|
| H A D | smb1ops.c | 1158 .wait_mtu_credits = cifs_wait_mtu_credits,
|
| H A D | cifsglob.h | 467 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|
| H A D | smb2ops.c | 5133 .wait_mtu_credits = cifs_wait_mtu_credits, 5232 .wait_mtu_credits = smb2_wait_mtu_credits, 5333 .wait_mtu_credits = smb2_wait_mtu_credits, 5446 .wait_mtu_credits = smb2_wait_mtu_credits,
|