Lines Matching refs:io_parms
3437 struct cifs_io_parms io_parms = {0};
3442 io_parms.netfid = cfile->fid.netfid;
3443 io_parms.pid = current->tgid;
3444 io_parms.tcon = tcon;
3445 io_parms.persistent_fid = cfile->fid.persistent_fid;
3446 io_parms.volatile_fid = cfile->fid.volatile_fid;
3449 io_parms.offset = off;
3450 io_parms.length = len;
3451 if (io_parms.length > SMB2_MAX_BUFFER_SIZE)
3452 io_parms.length = SMB2_MAX_BUFFER_SIZE;
3455 iov[1].iov_len = io_parms.length;
3456 rc = SMB2_write(xid, &io_parms, &nbytes, iov, 1);
5113 struct cifs_io_parms io_parms = {0};
5166 io_parms.pid = current->tgid;
5167 io_parms.tcon = tcon;
5168 io_parms.offset = 0;
5169 io_parms.length = sizeof(struct win_dev);
5176 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms,
5182 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms,
5188 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms,