Lines Matching refs:xid

185 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
202 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
218 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
232 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
252 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
270 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
306 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
327 rc = CIFS_open(xid, &oparms, &oplock, &file_info);
343 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
345 CIFSSMBClose(xid, tcon, fid.netfid);
350 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
369 rc = CIFS_open(xid, &oparms, &oplock, NULL);
379 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf);
380 CIFSSMBClose(xid, tcon, fid.netfid);
388 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
421 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL,
439 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type);
441 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
449 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
476 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
495 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1);
501 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
516 unsigned int xid;
530 xid = get_xid();
540 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
549 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name,
596 free_xid(xid);
606 unsigned int xid;
617 xid = get_xid();
621 free_xid(xid);
629 free_xid(xid);
642 rc = query_mf_symlink(xid, tcon, cifs_sb, full_path,
652 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
657 free_xid(xid);
671 unsigned int xid;
678 xid = get_xid();
698 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
700 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
704 rc = CIFSCreateReparseSymLink(xid, pTcon, fromName, toName,
709 rc = smb311_posix_get_inode_info(&newinode, full_path, inode->i_sb, xid);
712 inode->i_sb, xid);
715 inode->i_sb, xid, NULL);
727 free_xid(xid);