Lines Matching refs:xid
226 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid,
254 oflags, oplock, &fid->netfid, xid);
263 CIFSSMBClose(xid, tcon, fid->netfid);
277 CIFSSMBClose(xid, tcon, fid->netfid);
367 rc = server->ops->open(xid, &oparms, oplock, buf);
396 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
403 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/
412 xid);
416 xid, fid);
455 server->ops->close(xid, tcon, fid);
466 unsigned int xid;
503 xid = get_xid();
527 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode,
541 server->ops->close(xid, tcon, &fid);
557 server->ops->close(xid, tcon, &fid);
565 free_xid(xid);
573 unsigned int xid = get_xid();
602 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode,
605 server->ops->close(xid, tcon, &fid);
609 free_xid(xid);
617 unsigned int xid;
633 xid = get_xid();
641 rc = tcon->ses->server->ops->make_node(xid, inode, direntry, tcon,
647 free_xid(xid);
656 unsigned int xid;
664 xid = get_xid();
674 free_xid(xid);
682 free_xid(xid);
692 free_xid(xid);
705 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
708 parent_dir_inode->i_sb, xid);
711 parent_dir_inode->i_sb, xid, NULL);
731 free_xid(xid);