Searched refs:io_parms (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | link.c | 311 struct cifs_io_parms io_parms; in cifs_query_mf_symlink() local 334 io_parms.netfid = fid.netfid; in cifs_query_mf_symlink() 335 io_parms.pid = current->tgid; in cifs_query_mf_symlink() 336 io_parms.tcon = tcon; in cifs_query_mf_symlink() 337 io_parms.offset = 0; in cifs_query_mf_symlink() 338 io_parms.length = CIFS_MF_SYMLINK_FILE_SIZE; in cifs_query_mf_symlink() 340 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 355 struct cifs_io_parms io_parms; in cifs_create_mf_symlink() local 374 io_parms.netfid = fid.netfid; in cifs_create_mf_symlink() 375 io_parms.pid = current->tgid; in cifs_create_mf_symlink() [all …]
|
D | smb2pdu.c | 3491 struct cifs_io_parms *io_parms, struct cifs_readdata *rdata, in smb2_new_read_req() argument 3499 rc = smb2_plain_req_init(SMB2_READ, io_parms->tcon, (void **) &req, in smb2_new_read_req() 3504 server = io_parms->tcon->ses->server; in smb2_new_read_req() 3509 shdr->ProcessId = cpu_to_le32(io_parms->pid); in smb2_new_read_req() 3511 req->PersistentFileId = io_parms->persistent_fid; in smb2_new_read_req() 3512 req->VolatileFileId = io_parms->volatile_fid; in smb2_new_read_req() 3517 req->Length = cpu_to_le32(io_parms->length); in smb2_new_read_req() 3518 req->Offset = cpu_to_le64(io_parms->offset); in smb2_new_read_req() 3521 io_parms->persistent_fid, in smb2_new_read_req() 3522 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in smb2_new_read_req() [all …]
|
D | smb1ops.c | 1036 struct cifs_io_parms io_parms; in cifs_make_node() local 1121 io_parms.pid = current->tgid; in cifs_make_node() 1122 io_parms.tcon = tcon; in cifs_make_node() 1123 io_parms.offset = 0; in cifs_make_node() 1124 io_parms.length = sizeof(struct win_dev); in cifs_make_node() 1131 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node() 1137 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_make_node()
|
D | smb2proto.h | 186 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, 190 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
|
D | cifsproto.h | 433 extern int CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms, 436 extern int CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms, 438 extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms,
|
D | inode.c | 447 struct cifs_io_parms io_parms; local 495 io_parms.netfid = fid.netfid; 496 io_parms.pid = current->tgid; 497 io_parms.tcon = tcon; 498 io_parms.offset = 0; 499 io_parms.length = 24; 501 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
|
D | cifssmb.c | 1813 CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms, in CIFSSMBRead() argument 1824 __u32 pid = io_parms->pid; in CIFSSMBRead() 1825 __u16 netfid = io_parms->netfid; in CIFSSMBRead() 1826 __u64 offset = io_parms->offset; in CIFSSMBRead() 1827 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBRead() 1828 unsigned int count = io_parms->length; in CIFSSMBRead() 1923 CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms, in CIFSSMBWrite() argument 1932 __u32 pid = io_parms->pid; in CIFSSMBWrite() 1933 __u16 netfid = io_parms->netfid; in CIFSSMBWrite() 1934 __u64 offset = io_parms->offset; in CIFSSMBWrite() [all …]
|
D | file.c | 1781 struct cifs_io_parms io_parms; in cifs_write() local 1816 io_parms.pid = pid; in cifs_write() 1817 io_parms.tcon = tcon; in cifs_write() 1818 io_parms.offset = *offset; in cifs_write() 1819 io_parms.length = len; in cifs_write() 1821 &io_parms, &bytes_written, iov, 1); in cifs_write() 3920 struct cifs_io_parms io_parms; in cifs_read() local 3972 io_parms.pid = pid; in cifs_read() 3973 io_parms.tcon = tcon; in cifs_read() 3974 io_parms.offset = *offset; in cifs_read() [all …]
|
D | smb2ops.c | 4350 struct cifs_io_parms io_parms; in smb2_make_node() local 4410 io_parms.pid = current->tgid; in smb2_make_node() 4411 io_parms.tcon = tcon; in smb2_make_node() 4412 io_parms.offset = 0; in smb2_make_node() 4413 io_parms.length = sizeof(struct win_dev); in smb2_make_node() 4420 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node() 4426 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in smb2_make_node()
|