Lines Matching refs:xid
348 unsigned int xid; local
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) argument
389 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
404 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
444 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
490 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
504 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
546 tcon->ses->server->ops->close(xid, tcon, &fid);
559 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
578 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
742 unsigned int xid; local
753 xid = get_xid();
754 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
786 free_xid(xid);
813 cifs_backup_query_path_info(int xid, argument
841 rc = CIFSFindFirst(xid, tcon, full_path,
852 cifs_set_fattr_ino(int xid, argument
876 rc = server->ops->get_srv_inum(xid,
918 struct super_block *sb, int xid, argument
956 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
975 rc = server->ops->query_reparse_tag(xid, tcon, cifs_sb,
1001 rc = cifs_backup_query_path_info(xid, tcon, sb,
1029 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1039 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1069 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1073 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1118 struct super_block *sb, unsigned int xid) argument
1149 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb,
1186 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1333 unsigned int xid; local
1355 xid = get_xid();
1357 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1367 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1369 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1399 free_xid(xid);
1404 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1451 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1461 const unsigned int xid) argument
1498 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1519 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1530 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1540 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1560 CIFSSMBClose(xid, tcon, fid.netfid);
1572 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1577 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1605 unsigned int xid; local
1625 xid = get_xid();
1642 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1656 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1667 dentry, xid);
1688 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1697 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1712 free_xid(xid);
1720 struct cifs_tcon *tcon, const unsigned int xid) argument
1726 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1729 xid);
1732 xid, NULL);
1767 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1775 tcon, xid);
1794 struct cifs_tcon *tcon, const unsigned int xid) argument
1809 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1850 xid);
1857 unsigned int xid; local
1873 xid = get_xid();
1884 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1893 tcon, xid);
1904 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1913 xid);
1921 free_xid(xid);
1929 unsigned int xid; local
1939 xid = get_xid();
1968 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1994 free_xid(xid);
1999 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2021 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2049 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2051 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2054 CIFSSMBClose(xid, tcon, fid.netfid);
2075 unsigned int xid; local
2087 xid = get_xid();
2105 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2128 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2135 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2161 rc = cifs_do_rename(xid, source_dentry, from_name,
2175 free_xid(xid);
2296 unsigned int xid; local
2309 xid = get_xid();
2325 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2327 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2330 xid, NULL);
2335 free_xid(xid);
2505 unsigned int xid, char *full_path) argument
2529 rc = server->ops->set_file_size(xid, tcon, open_file,
2555 rc = server->ops->set_path_size(xid, tcon, full_path,
2587 unsigned int xid; local
2600 xid = get_xid();
2636 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2688 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2697 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2724 free_xid(xid);
2731 unsigned int xid; local
2744 xid = get_xid();
2754 free_xid(xid);
2761 free_xid(xid);
2790 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2801 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2878 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2905 free_xid(xid);