Lines Matching refs:xid

172 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,  in create_mf_symlink()  argument
189 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
205 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
224 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
262 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
284 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink()
300 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
302 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
307 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
327 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
337 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink()
338 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_create_mf_symlink()
347 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() argument
382 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
400 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
402 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
410 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() argument
439 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
458 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink()
464 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
479 unsigned int xid; local
496 xid = get_xid();
513 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
525 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name,
572 free_xid(xid);
582 unsigned int xid; local
597 xid = get_xid();
617 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
620 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
630 rc = smb311_posix_get_inode_info(&newinode, full_path, inode->i_sb, xid);
633 inode->i_sb, xid);
636 inode->i_sb, xid, NULL);
648 free_xid(xid);