Lines Matching refs:xid

381 	unsigned int xid;
389 xid = get_xid();
399 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
410 free_xid(xid);
418 const unsigned int xid)
436 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
455 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path);
462 rc = server->ops->query_symlink(xid, tcon,
472 struct super_block *sb, unsigned int xid)
477 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid);
491 const unsigned int xid)
498 struct super_block *sb, unsigned int xid)
506 struct cifs_sb_info *cifs_sb, unsigned int xid)
553 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
567 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
613 tcon->ses->server->ops->close(xid, tcon, &fid);
626 struct cifs_sb_info *cifs_sb, unsigned int xid)
645 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
811 unsigned int xid;
827 xid = get_xid();
828 rc = server->ops->query_file_info(xid, tcon, cfile, &data);
874 free_xid(xid);
897 * @xid: transaction id used to identify original request in logs
906 cifs_backup_query_path_info(int xid,
934 rc = CIFSFindFirst(xid, tcon, full_path,
945 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb,
965 rc = server->ops->get_srv_inum(xid, *inode ? NULL : tcon, cifs_sb, full_path,
1002 const unsigned int xid,
1015 rc = server->ops->query_reparse_point(xid, tcon, cifs_sb,
1029 rc = server->ops->query_symlink(xid, tcon,
1060 struct super_block *sb, int xid,
1086 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
1103 rc = reparse_info_to_fattr(data, sb, xid, tcon,
1133 rc = cifs_backup_query_path_info(xid, tcon, sb,
1165 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, fattr);
1176 tmprc = cifs_sfu_type(fattr, full_path, cifs_sb, xid);
1206 cifs_sfu_mode(fattr, full_path, cifs_sb, xid);
1210 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path);
1224 struct super_block *sb, int xid,
1235 rc = cifs_get_fattr(data, sb, xid, fid, &fattr, inode, full_path);
1249 const unsigned int xid)
1269 rc = server->ops->query_path_info(xid, tcon, cifs_sb,
1281 rc = reparse_info_to_fattr(data, sb, xid, tcon,
1310 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path);
1324 const unsigned int xid)
1334 rc = smb311_posix_get_fattr(data, &fattr, full_path, sb, xid);
1455 unsigned int xid;
1474 xid = get_xid();
1476 rc = cifs_get_unix_fattr(path, sb, &fattr, &inode, xid);
1486 rc = smb311_posix_get_fattr(NULL, &fattr, path, sb, xid);
1488 rc = cifs_get_fattr(NULL, sb, xid, NULL, &fattr, &inode, path);
1524 free_xid(xid);
1530 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid,
1577 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1588 const unsigned int xid)
1626 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1647 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1658 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1668 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1688 CIFSSMBClose(xid, tcon, fid.netfid);
1700 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1705 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1734 unsigned int xid;
1758 xid = get_xid();
1778 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1793 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb, dentry);
1806 dentry, xid);
1829 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1838 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1853 free_xid(xid);
1861 struct cifs_tcon *tcon, const unsigned int xid)
1868 NULL, parent->i_sb, xid);
1872 xid);
1876 xid, NULL);
1923 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1934 tcon, xid);
1954 struct cifs_tcon *tcon, const unsigned int xid)
1969 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
2010 xid);
2019 unsigned int xid;
2038 xid = get_xid();
2050 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
2060 tcon, xid);
2072 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
2081 xid);
2089 free_xid(xid);
2097 unsigned int xid;
2108 xid = get_xid();
2142 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2168 free_xid(xid);
2173 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry,
2198 rc = server->ops->rename(xid, tcon, from_dentry,
2229 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2231 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
2234 CIFSSMBClose(xid, tcon, fid.netfid);
2254 unsigned int xid;
2276 xid = get_xid();
2294 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2300 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2329 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2336 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2364 rc = cifs_do_rename(xid, source_dentry, from_name,
2375 free_xid(xid);
2531 unsigned int xid;
2545 xid = get_xid();
2561 NULL, sb, xid);
2563 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2566 xid, NULL);
2572 free_xid(xid);
2748 unsigned int xid, const char *full_path, struct dentry *dentry)
2772 rc = server->ops->set_file_size(xid, tcon, open_file,
2798 rc = server->ops->set_path_size(xid, tcon, full_path,
2839 unsigned int xid;
2853 xid = get_xid();
2889 rc = cifs_set_file_size(inode, attrs, xid, full_path, direntry);
2941 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2950 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2980 free_xid(xid);
2988 unsigned int xid;
3002 xid = get_xid();
3045 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
3056 rc = cifs_set_file_size(inode, attrs, xid, full_path, direntry);
3141 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
3170 free_xid(xid);