Lines Matching refs:io_parms
2140 struct cifs_io_parms io_parms = {0};
2175 io_parms.pid = pid;
2176 io_parms.tcon = tcon;
2177 io_parms.offset = *offset;
2178 io_parms.length = len;
2180 &io_parms, &bytes_written, iov, 1);
4319 struct cifs_io_parms io_parms = {0};
4371 io_parms.pid = pid;
4372 io_parms.tcon = tcon;
4373 io_parms.offset = *offset;
4374 io_parms.length = current_read_size;
4375 io_parms.server = server;
4376 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms,