Lines Matching refs:xid

342 	unsigned int xid;  local
350 xid = get_xid();
351 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
363 free_xid(xid);
369 struct super_block *sb, unsigned int xid) argument
386 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
401 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
434 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
480 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
494 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
536 tcon->ses->server->ops->close(xid, tcon, &fid);
549 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
568 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
732 unsigned int xid; local
743 xid = get_xid();
744 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
778 free_xid(xid);
809 cifs_backup_query_path_info(int xid, argument
837 rc = CIFSFindFirst(xid, tcon, full_path,
848 cifs_set_fattr_ino(int xid, argument
872 rc = server->ops->get_srv_inum(xid,
914 struct super_block *sb, int xid, argument
952 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
971 rc = server->ops->query_reparse_tag(xid, tcon, cifs_sb,
997 rc = cifs_backup_query_path_info(xid, tcon, sb,
1025 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1035 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1065 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1069 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1106 struct super_block *sb, unsigned int xid) argument
1137 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb,
1174 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1315 unsigned int xid; local
1337 xid = get_xid();
1339 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1349 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1351 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1381 free_xid(xid);
1386 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1433 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1443 const unsigned int xid) argument
1480 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1501 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1512 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1522 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1542 CIFSSMBClose(xid, tcon, fid.netfid);
1554 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1559 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1587 unsigned int xid; local
1611 xid = get_xid();
1630 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1644 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1655 dentry, xid);
1676 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1685 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1700 free_xid(xid);
1708 struct cifs_tcon *tcon, const unsigned int xid) argument
1714 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1717 xid);
1720 xid, NULL);
1765 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1773 tcon, xid);
1792 struct cifs_tcon *tcon, const unsigned int xid) argument
1807 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1848 xid);
1856 unsigned int xid; local
1875 xid = get_xid();
1887 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1896 tcon, xid);
1907 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1916 xid);
1924 free_xid(xid);
1932 unsigned int xid; local
1943 xid = get_xid();
1977 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2003 free_xid(xid);
2008 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2030 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2058 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2060 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2063 CIFSSMBClose(xid, tcon, fid.netfid);
2084 unsigned int xid; local
2102 xid = get_xid();
2120 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2126 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2154 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2161 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2187 rc = cifs_do_rename(xid, source_dentry, from_name,
2201 free_xid(xid);
2354 unsigned int xid; local
2368 xid = get_xid();
2383 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2385 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2388 xid, NULL);
2393 free_xid(xid);
2569 unsigned int xid, const char *full_path) argument
2593 rc = server->ops->set_file_size(xid, tcon, open_file,
2619 rc = server->ops->set_path_size(xid, tcon, full_path,
2659 unsigned int xid; local
2673 xid = get_xid();
2709 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2761 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2770 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2797 free_xid(xid);
2804 unsigned int xid; local
2818 xid = get_xid();
2861 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2872 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2957 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2983 free_xid(xid);