Lines Matching refs:io_parms
1856 struct cifs_io_parms io_parms = {0};
1891 io_parms.pid = pid;
1892 io_parms.tcon = tcon;
1893 io_parms.offset = *offset;
1894 io_parms.length = len;
1896 &io_parms, &bytes_written, iov, 1);
4056 struct cifs_io_parms io_parms = {0};
4108 io_parms.pid = pid;
4109 io_parms.tcon = tcon;
4110 io_parms.offset = *offset;
4111 io_parms.length = current_read_size;
4112 io_parms.server = server;
4113 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms,