Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/fs/cifs/ |
| D | smb2ops.c | 1475 .wait_mtu_credits = cifs_wait_mtu_credits, 1553 .wait_mtu_credits = smb2_wait_mtu_credits, 1633 .wait_mtu_credits = smb2_wait_mtu_credits, 1720 .wait_mtu_credits = smb2_wait_mtu_credits,
|
| D | file.c | 2069 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_writepages() 2489 rc = server->ops->wait_mtu_credits(server, cifs_sb->wsize, in cifs_write_from_iter() 2920 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_send_async_read() 3485 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize, in cifs_readpages()
|
| D | cifsglob.h | 414 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member
|
| D | smb1ops.c | 1028 .wait_mtu_credits = cifs_wait_mtu_credits,
|