Lines Matching refs:io_parms
3491 struct cifs_io_parms io_parms = {0};
3496 io_parms.netfid = cfile->fid.netfid;
3497 io_parms.pid = current->tgid;
3498 io_parms.tcon = tcon;
3499 io_parms.persistent_fid = cfile->fid.persistent_fid;
3500 io_parms.volatile_fid = cfile->fid.volatile_fid;
3503 io_parms.offset = off;
3504 io_parms.length = len;
3505 if (io_parms.length > SMB2_MAX_BUFFER_SIZE)
3506 io_parms.length = SMB2_MAX_BUFFER_SIZE;
3509 iov[1].iov_len = io_parms.length;
3510 rc = SMB2_write(xid, &io_parms, &nbytes, iov, 1);
5039 struct cifs_io_parms io_parms = {0};
5097 io_parms.pid = current->tgid;
5098 io_parms.tcon = tcon;
5099 io_parms.offset = 0;
5100 io_parms.length = sizeof(struct win_dev);
5107 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms,
5113 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms,