Home
last modified time | relevance | path

Searched refs:wait_mtu_credits (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/cifs/
Dfile.c2290 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()
Dsmb2ops.c4448 .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,
Dsmb1ops.c1161 .wait_mtu_credits = cifs_wait_mtu_credits,
Dcifsglob.h466 int (*wait_mtu_credits)(struct TCP_Server_Info *, unsigned int, member