Lines Matching defs:xid

160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
177 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
212 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
272 rc = CIFS_open(xid, &oparms, &oplock, &file_info);
288 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
290 CIFSSMBClose(xid, tcon, fid.netfid);
295 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
315 rc = CIFS_open(xid, &oparms, &oplock, NULL);
325 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf);
326 CIFSSMBClose(xid, tcon, fid.netfid);
335 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
370 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL,
388 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
390 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
398 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
427 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
446 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1);
452 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
467 unsigned int xid;
484 xid = get_xid();
501 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
513 rc = server->ops->create_hardlink(xid, tcon, old_file,
560 free_xid(xid);
570 unsigned int xid;
586 xid = get_xid();
607 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
610 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
615 rc = server->ops->create_reparse_symlink(xid, inode, direntry,
624 NULL, inode->i_sb, xid);
627 inode->i_sb, xid);
630 inode->i_sb, xid, NULL);
643 free_xid(xid);