Lines Matching refs:xid
334 unsigned int xid; local
342 xid = get_xid();
343 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
352 free_xid(xid);
358 struct super_block *sb, unsigned int xid) argument
375 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
390 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
428 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
474 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
488 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
530 tcon->ses->server->ops->close(xid, tcon, &fid);
543 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
562 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
656 unsigned int xid; local
668 xid = get_xid();
669 rc = server->ops->query_file_info(xid, tcon, &cfile->fid, &find_data);
700 free_xid(xid);
706 FILE_ALL_INFO *data, struct super_block *sb, int xid, argument
749 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
774 rc = CIFSFindFirst(xid, tcon, full_path,
805 tmprc = server->ops->get_srv_inum(xid,
823 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
842 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
846 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
980 unsigned int xid; local
986 xid = get_xid();
988 rc = cifs_get_inode_info_unix(&inode, "", sb, xid);
996 rc = cifs_get_inode_info(&inode, "", NULL, sb, xid, NULL);
1028 _free_xid(xid);
1033 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, argument
1078 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1088 const unsigned int xid) argument
1125 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1146 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1157 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, NULL,
1167 rc = CIFSSMBSetFileDisposition(xid, tcon, true, fid.netfid,
1187 CIFSSMBClose(xid, tcon, fid.netfid);
1199 CIFSSMBRenameOpenFile(xid, tcon, fid.netfid, dentry->d_name.name,
1204 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1232 unsigned int xid; local
1252 xid = get_xid();
1264 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1278 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1289 dentry, xid);
1310 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1319 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1334 free_xid(xid);
1342 struct cifs_tcon *tcon, const unsigned int xid) argument
1349 xid);
1352 xid, NULL);
1387 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1395 tcon, xid);
1414 struct cifs_tcon *tcon, const unsigned int xid) argument
1429 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
1470 xid);
1477 unsigned int xid; local
1493 xid = get_xid();
1504 tcon, xid);
1517 rc = server->ops->mkdir(xid, tcon, full_path, cifs_sb);
1525 xid);
1533 free_xid(xid);
1541 unsigned int xid; local
1551 xid = get_xid();
1574 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1600 free_xid(xid);
1605 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, argument
1627 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
1651 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1653 rc = CIFSSMBRenameOpenFile(xid, tcon, fid.netfid,
1656 CIFSSMBClose(xid, tcon, fid.netfid);
1675 unsigned int xid; local
1687 xid = get_xid();
1705 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
1728 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
1735 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
1761 rc = cifs_do_rename(xid, source_dentry, from_name,
1775 free_xid(xid);
1892 unsigned int xid; local
1904 xid = get_xid();
1919 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
1922 xid, NULL);
1926 free_xid(xid);
2028 unsigned int xid, char *full_path) argument
2052 rc = server->ops->set_file_size(xid, tcon, open_file,
2078 rc = server->ops->set_path_size(xid, tcon, full_path,
2101 unsigned int xid; local
2114 xid = get_xid();
2145 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2197 rc = CIFSSMBUnixSetFileInfo(xid, pTcon, args, nfid, npid);
2206 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2233 free_xid(xid);
2240 unsigned int xid; local
2251 xid = get_xid();
2261 free_xid(xid);
2268 free_xid(xid);
2288 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2367 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2394 free_xid(xid);