Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dlink.c283 io_parms.netfid = fid.netfid; in cifs_query_mf_symlink()
284 io_parms.pid = current->tgid; in cifs_query_mf_symlink()
285 io_parms.tcon = tcon; in cifs_query_mf_symlink()
286 io_parms.offset = 0; in cifs_query_mf_symlink()
320 io_parms.netfid = fid.netfid; in cifs_create_mf_symlink()
322 io_parms.tcon = tcon; in cifs_create_mf_symlink()
323 io_parms.offset = 0; in cifs_create_mf_symlink()
384 io_parms.tcon = tcon; in smb3_query_mf_symlink()
385 io_parms.offset = 0; in smb3_query_mf_symlink()
437 io_parms.tcon = tcon; in smb3_create_mf_symlink()
[all …]
H A Dsmb2pdu.c4440 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in smb2_new_read_req()
4441 io_parms->offset, io_parms->length); in smb2_new_read_req()
4721 if (!io_parms->server) in SMB2_read()
4722 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_read()
4750 io_parms->offset, io_parms->length, in SMB2_read()
4763 io_parms->offset, io_parms->length); in SMB2_read()
4928 io_parms = &_io_parms; in smb2_async_writev()
5094 io_parms->server = cifs_pick_channel(io_parms->tcon->ses); in SMB2_write()
5124 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in SMB2_write()
5125 io_parms->offset, io_parms->length); in SMB2_write()
[all …]
H A Dsmb2proto.h221 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
224 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
H A Dcifssmb.c1449 __u32 pid = io_parms->pid; in CIFSSMBRead()
1450 __u16 netfid = io_parms->netfid; in CIFSSMBRead()
1451 __u64 offset = io_parms->offset; in CIFSSMBRead()
1453 unsigned int count = io_parms->length; in CIFSSMBRead()
1557 __u32 pid = io_parms->pid; in CIFSSMBWrite()
1558 __u16 netfid = io_parms->netfid; in CIFSSMBWrite()
1559 __u64 offset = io_parms->offset; in CIFSSMBWrite()
1561 unsigned int count = io_parms->length; in CIFSSMBWrite()
1829 __u32 pid = io_parms->pid; in CIFSSMBWrite2()
1830 __u16 netfid = io_parms->netfid; in CIFSSMBWrite2()
[all …]
H A Dinode.c531 struct cifs_io_parms io_parms = {0}; in cifs_sfu_type() local
581 io_parms.netfid = fid.netfid; in cifs_sfu_type()
582 io_parms.pid = current->tgid; in cifs_sfu_type()
583 io_parms.tcon = tcon; in cifs_sfu_type()
584 io_parms.offset = 0; in cifs_sfu_type()
585 io_parms.length = 24; in cifs_sfu_type()
587 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type()
647 io_parms.offset = 8; in cifs_sfu_type()
648 io_parms.length = fattr->cf_eof-8 + 1; in cifs_sfu_type()
650 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type()
H A Dsmb2ops.c3379 struct cifs_io_parms io_parms = {0}; in smb3_simple_fallocate_write_range() local
3384 io_parms.netfid = cfile->fid.netfid; in smb3_simple_fallocate_write_range()
3385 io_parms.pid = current->tgid; in smb3_simple_fallocate_write_range()
3386 io_parms.tcon = tcon; in smb3_simple_fallocate_write_range()
3391 io_parms.offset = off; in smb3_simple_fallocate_write_range()
3392 io_parms.length = len; in smb3_simple_fallocate_write_range()
3397 iov[1].iov_len = io_parms.length; in smb3_simple_fallocate_write_range()
5092 struct cifs_io_parms io_parms = {}; in __cifs_sfu_make_node() local
5176 io_parms.pid = current->tgid; in __cifs_sfu_make_node()
5177 io_parms.tcon = tcon; in __cifs_sfu_make_node()
[all …]
H A Dcifsproto.h506 extern int CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms,
509 extern int CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms,
511 extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms,