Lines Matching refs:xid
177 static int cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, argument
208 oflags, oplock, &fid->netfid, xid);
217 CIFSSMBClose(xid, tcon, fid->netfid);
231 CIFSSMBClose(xid, tcon, fid->netfid);
317 rc = server->ops->open(xid, &oparms, oplock, buf);
347 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
363 xid);
369 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid);
411 server->ops->close(xid, tcon, fid);
422 unsigned int xid; local
463 xid = get_xid();
487 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode,
500 server->ops->close(xid, tcon, &fid);
516 server->ops->close(xid, tcon, &fid);
528 free_xid(xid);
537 unsigned int xid = get_xid(); local
572 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, &oplock, &fid, &buf);
574 server->ops->close(xid, tcon, &fid);
579 free_xid(xid);
587 unsigned int xid; local
607 xid = get_xid();
615 rc = tcon->ses->server->ops->make_node(xid, inode, direntry, tcon,
621 free_xid(xid);
630 unsigned int xid; local
640 xid = get_xid();
650 free_xid(xid);
658 free_xid(xid);
669 free_xid(xid);
684 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
687 parent_dir_inode->i_sb, xid);
690 parent_dir_inode->i_sb, xid, NULL);
712 free_xid(xid);