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);
1375 free_xid(xid);
1380 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1427 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1437 const unsigned int xid) argument
1474 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1495 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1506 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1516 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1536 CIFSSMBClose(xid, tcon, fid.netfid);
1548 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1553 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1581 unsigned int xid; local
1605 xid = get_xid();
1624 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1638 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1649 dentry, xid);
1670 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1679 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1694 free_xid(xid);
1702 struct cifs_tcon *tcon, const unsigned int xid) argument
1708 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1711 xid);
1714 xid, NULL);
1759 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1767 tcon, xid);
1786 struct cifs_tcon *tcon, const unsigned int xid) argument
1801 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1842 xid);
1850 unsigned int xid; local
1869 xid = get_xid();
1881 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1890 tcon, xid);
1901 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1910 xid);
1918 free_xid(xid);
1926 unsigned int xid; local
1937 xid = get_xid();
1971 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1997 free_xid(xid);
2002 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2024 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2052 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2054 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2057 CIFSSMBClose(xid, tcon, fid.netfid);
2078 unsigned int xid; local
2096 xid = get_xid();
2114 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2120 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2148 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2155 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2181 rc = cifs_do_rename(xid, source_dentry, from_name,
2195 free_xid(xid);
2348 unsigned int xid; local
2362 xid = get_xid();
2377 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2379 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2382 xid, NULL);
2387 free_xid(xid);
2563 unsigned int xid, const char *full_path) argument
2587 rc = server->ops->set_file_size(xid, tcon, open_file,
2613 rc = server->ops->set_path_size(xid, tcon, full_path,
2653 unsigned int xid; local
2667 xid = get_xid();
2703 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2755 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2764 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2791 free_xid(xid);
2798 unsigned int xid; local
2812 xid = get_xid();
2855 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2866 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2951 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2977 free_xid(xid);