Home
last modified time | relevance | path

Searched refs:io_parms (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dlink.c282 io_parms.netfid = fid.netfid; in cifs_query_mf_symlink()
283 io_parms.pid = current->tgid; in cifs_query_mf_symlink()
284 io_parms.tcon = tcon; in cifs_query_mf_symlink()
285 io_parms.offset = 0; in cifs_query_mf_symlink()
319 io_parms.netfid = fid.netfid; in cifs_create_mf_symlink()
321 io_parms.tcon = tcon; in cifs_create_mf_symlink()
322 io_parms.offset = 0; in cifs_create_mf_symlink()
383 io_parms.tcon = tcon; in smb3_query_mf_symlink()
384 io_parms.offset = 0; in smb3_query_mf_symlink()
436 io_parms.tcon = tcon; in smb3_create_mf_symlink()
[all …]
H A Dsmb2pdu.c4424 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in smb2_new_read_req()
4425 io_parms->offset, io_parms->length); in smb2_new_read_req()
4642 io_parms.offset, io_parms.length, rc); in smb2_async_readv()
4665 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4693 io_parms->offset, io_parms->length, in SMB2_read()
4705 io_parms->offset, io_parms->length); in SMB2_read()
4926 io_parms->offset, io_parms->length, iov_iter_count(&rqst.rq_iter)); in smb2_async_writev()
5001 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_write()
5031 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in SMB2_write()
5032 io_parms->offset, io_parms->length); in SMB2_write()
[all …]
H A Dsmb2proto.h214 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
218 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
H A Dsmb2ops.c3298 struct cifs_io_parms io_parms = {0}; in smb3_simple_fallocate_write_range() local
3303 io_parms.netfid = cfile->fid.netfid; in smb3_simple_fallocate_write_range()
3304 io_parms.pid = current->tgid; in smb3_simple_fallocate_write_range()
3305 io_parms.tcon = tcon; in smb3_simple_fallocate_write_range()
3310 io_parms.offset = off; in smb3_simple_fallocate_write_range()
3311 io_parms.length = len; in smb3_simple_fallocate_write_range()
3316 iov[1].iov_len = io_parms.length; in smb3_simple_fallocate_write_range()
4970 struct cifs_io_parms io_parms = {}; in __cifs_sfu_make_node() local
5006 io_parms.pid = current->tgid; in __cifs_sfu_make_node()
5007 io_parms.tcon = tcon; in __cifs_sfu_make_node()
[all …]
H A Dcifssmb.c1392 __u32 pid = io_parms->pid; in CIFSSMBRead()
1393 __u16 netfid = io_parms->netfid; in CIFSSMBRead()
1394 __u64 offset = io_parms->offset; in CIFSSMBRead()
1396 unsigned int count = io_parms->length; in CIFSSMBRead()
1500 __u32 pid = io_parms->pid; in CIFSSMBWrite()
1501 __u16 netfid = io_parms->netfid; in CIFSSMBWrite()
1502 __u64 offset = io_parms->offset; in CIFSSMBWrite()
1504 unsigned int count = io_parms->length; in CIFSSMBWrite()
1754 __u32 pid = io_parms->pid; in CIFSSMBWrite2()
1755 __u16 netfid = io_parms->netfid; in CIFSSMBWrite2()
[all …]
H A Dcifsproto.h501 extern int CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms,
504 extern int CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms,
506 extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms,
H A Dfile.c2232 struct cifs_io_parms io_parms = {0}; in cifs_write() local
2267 io_parms.pid = pid; in cifs_write()
2268 io_parms.tcon = tcon; in cifs_write()
2269 io_parms.offset = *offset; in cifs_write()
2270 io_parms.length = len; in cifs_write()
4419 struct cifs_io_parms io_parms = {0}; in cifs_read() local
4471 io_parms.pid = pid; in cifs_read()
4472 io_parms.tcon = tcon; in cifs_read()
4473 io_parms.offset = *offset; in cifs_read()
4474 io_parms.length = current_read_size; in cifs_read()
[all …]
H A Dinode.c514 struct cifs_io_parms io_parms = {0}; in cifs_sfu_type() local
561 io_parms.netfid = fid.netfid; in cifs_sfu_type()
562 io_parms.pid = current->tgid; in cifs_sfu_type()
563 io_parms.tcon = tcon; in cifs_sfu_type()
564 io_parms.offset = 0; in cifs_sfu_type()
565 io_parms.length = 24; in cifs_sfu_type()
567 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type()