Lines Matching refs:xid
348 unsigned int xid;
356 xid = get_xid();
357 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
366 free_xid(xid);
372 struct super_block *sb, unsigned int xid)
389 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
404 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
443 struct cifs_sb_info *cifs_sb, unsigned int xid)
489 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
503 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
545 tcon->ses->server->ops->close(xid, tcon, &fid);
558 struct cifs_sb_info *cifs_sb, unsigned int xid)
577 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
741 unsigned int xid;
752 xid = get_xid();
753 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
785 free_xid(xid);
812 cifs_backup_query_path_info(int xid,
840 rc = CIFSFindFirst(xid, tcon, full_path,
851 cifs_set_fattr_ino(int xid,
875 rc = server->ops->get_srv_inum(xid,
917 struct super_block *sb, int xid,
955 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
974 rc = server->ops->query_reparse_tag(xid, tcon, cifs_sb,
1000 rc = cifs_backup_query_path_info(xid, tcon, sb,
1028 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1038 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1068 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1072 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1117 struct super_block *sb, unsigned int xid)
1148 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb,
1185 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1332 unsigned int xid;
1354 xid = get_xid();
1356 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1366 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1368 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1398 free_xid(xid);
1403 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid,
1450 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1460 const unsigned int xid)
1497 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1518 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1529 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1539 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1559 CIFSSMBClose(xid, tcon, fid.netfid);
1571 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1576 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1604 unsigned int xid;
1624 xid = get_xid();
1641 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1655 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1666 dentry, xid);
1687 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1696 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1711 free_xid(xid);
1719 struct cifs_tcon *tcon, const unsigned int xid)
1725 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1728 xid);
1731 xid, NULL);
1766 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1774 tcon, xid);
1793 struct cifs_tcon *tcon, const unsigned int xid)
1808 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1849 xid);
1856 unsigned int xid;
1872 xid = get_xid();
1883 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1892 tcon, xid);
1903 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1912 xid);
1920 free_xid(xid);
1928 unsigned int xid;
1938 xid = get_xid();
1967 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1993 free_xid(xid);
1998 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry,
2020 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2048 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2050 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2053 CIFSSMBClose(xid, tcon, fid.netfid);
2074 unsigned int xid;
2086 xid = get_xid();
2104 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2127 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2134 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2160 rc = cifs_do_rename(xid, source_dentry, from_name,
2174 free_xid(xid);
2295 unsigned int xid;
2308 xid = get_xid();
2324 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2326 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2329 xid, NULL);
2334 free_xid(xid);
2504 unsigned int xid, char *full_path)
2528 rc = server->ops->set_file_size(xid, tcon, open_file,
2554 rc = server->ops->set_path_size(xid, tcon, full_path,
2594 unsigned int xid;
2607 xid = get_xid();
2643 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2695 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2704 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2731 free_xid(xid);
2738 unsigned int xid;
2751 xid = get_xid();
2761 free_xid(xid);
2768 free_xid(xid);
2797 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2808 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2885 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2912 free_xid(xid);