Lines Matching refs:xid
354 unsigned int xid; local
362 xid = get_xid();
372 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
384 free_xid(xid);
390 struct super_block *sb, unsigned int xid) argument
409 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
425 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
434 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
470 struct super_block *sb, unsigned int xid) argument
478 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
524 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
538 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
580 tcon->ses->server->ops->close(xid, tcon, &fid);
593 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
612 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
782 unsigned int xid; local
795 xid = get_xid();
796 rc = server->ops->query_file_info(xid, tcon, cfile, &data);
834 free_xid(xid);
866 cifs_backup_query_path_info(int xid, argument
894 rc = CIFSFindFirst(xid, tcon, full_path,
905 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, argument
925 rc = server->ops->get_srv_inum(xid, *inode ? NULL : tcon, cifs_sb, full_path,
961 struct cifs_open_info_data *data, struct super_block *sb, int xid, argument
992 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path, &tmp_data,
996 rc = cifs_dfs_query_info_nonascii_quirk(xid, tcon,
1018 tmprc = server->ops->query_reparse_tag(xid, tcon, cifs_sb, full_path,
1023 tmprc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
1054 rc = cifs_backup_query_path_info(xid, tcon, sb,
1086 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1097 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1127 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1131 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1169 struct super_block *sb, unsigned int xid) argument
1195 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb, full_path, &data, &adjust_tz,
1231 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
1370 unsigned int xid; local
1392 xid = get_xid();
1394 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1404 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1406 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1431 free_xid(xid);
1436 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1483 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1494 const unsigned int xid) argument
1531 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1552 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1563 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1573 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1593 CIFSSMBClose(xid, tcon, fid.netfid);
1605 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1610 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1639 unsigned int xid; local
1663 xid = get_xid();
1683 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1698 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1709 dentry, xid);
1730 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1739 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1754 free_xid(xid);
1762 struct cifs_tcon *tcon, const unsigned int xid) argument
1768 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1772 xid);
1776 xid, NULL);
1822 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1833 tcon, xid);
1853 struct cifs_tcon *tcon, const unsigned int xid) argument
1868 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1909 xid);
1918 unsigned int xid; local
1937 xid = get_xid();
1949 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1959 tcon, xid);
1971 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1980 xid);
1988 free_xid(xid);
1996 unsigned int xid; local
2007 xid = get_xid();
2041 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2067 free_xid(xid);
2072 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
2097 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2126 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2128 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2131 CIFSSMBClose(xid, tcon, fid.netfid);
2151 unsigned int xid; local
2173 xid = get_xid();
2191 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2197 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2226 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2233 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2261 rc = cifs_do_rename(xid, source_dentry, from_name,
2275 free_xid(xid);
2431 unsigned int xid; local
2445 xid = get_xid();
2460 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2462 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2465 xid, NULL);
2470 free_xid(xid);
2646 unsigned int xid, const char *full_path) argument
2670 rc = server->ops->set_file_size(xid, tcon, open_file,
2696 rc = server->ops->set_path_size(xid, tcon, full_path,
2737 unsigned int xid; local
2751 xid = get_xid();
2787 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2839 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2848 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2877 free_xid(xid);
2885 unsigned int xid; local
2899 xid = get_xid();
2942 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2953 rc = cifs_set_file_size(inode, attrs, xid, full_path);
3038 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
3066 free_xid(xid);