Lines Matching refs:xid
348 unsigned int xid; local
356 xid = get_xid();
357 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
369 free_xid(xid);
375 struct super_block *sb, unsigned int xid) argument
392 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
407 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
446 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
492 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
506 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
548 tcon->ses->server->ops->close(xid, tcon, &fid);
561 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
580 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
744 unsigned int xid; local
755 xid = get_xid();
756 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
788 free_xid(xid);
815 cifs_backup_query_path_info(int xid, argument
843 rc = CIFSFindFirst(xid, tcon, full_path,
854 cifs_set_fattr_ino(int xid, argument
878 rc = server->ops->get_srv_inum(xid,
920 struct super_block *sb, int xid, argument
958 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
977 rc = server->ops->query_reparse_tag(xid, tcon, cifs_sb,
1003 rc = cifs_backup_query_path_info(xid, tcon, sb,
1031 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1041 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1071 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1075 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1120 struct super_block *sb, unsigned int xid) argument
1151 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb,
1188 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1335 unsigned int xid; local
1357 xid = get_xid();
1359 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1369 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1371 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1401 free_xid(xid);
1406 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1453 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1463 const unsigned int xid) argument
1500 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1521 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1532 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1542 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1562 CIFSSMBClose(xid, tcon, fid.netfid);
1574 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1579 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1607 unsigned int xid; local
1627 xid = get_xid();
1644 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1658 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1669 dentry, xid);
1690 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1699 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1714 free_xid(xid);
1722 struct cifs_tcon *tcon, const unsigned int xid) argument
1728 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1731 xid);
1734 xid, NULL);
1769 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1777 tcon, xid);
1796 struct cifs_tcon *tcon, const unsigned int xid) argument
1811 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1852 xid);
1859 unsigned int xid; local
1875 xid = get_xid();
1886 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1895 tcon, xid);
1906 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1915 xid);
1923 free_xid(xid);
1931 unsigned int xid; local
1941 xid = get_xid();
1970 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1996 free_xid(xid);
2001 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2023 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2051 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2053 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2056 CIFSSMBClose(xid, tcon, fid.netfid);
2077 unsigned int xid; local
2089 xid = get_xid();
2107 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2130 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2137 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2163 rc = cifs_do_rename(xid, source_dentry, from_name,
2177 free_xid(xid);
2298 unsigned int xid; local
2311 xid = get_xid();
2327 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2329 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2332 xid, NULL);
2337 free_xid(xid);
2507 unsigned int xid, char *full_path) argument
2531 rc = server->ops->set_file_size(xid, tcon, open_file,
2557 rc = server->ops->set_path_size(xid, tcon, full_path,
2597 unsigned int xid; local
2610 xid = get_xid();
2646 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2698 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2707 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2734 free_xid(xid);
2741 unsigned int xid; local
2754 xid = get_xid();
2764 free_xid(xid);
2771 free_xid(xid);
2800 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2811 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2888 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2915 free_xid(xid);