Lines Matching refs:xid
194 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, in cifs_do_create() argument
224 oflags, oplock, &fid->netfid, xid); in cifs_do_create()
240 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create()
333 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_do_create()
362 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, in cifs_do_create()
378 xid); in cifs_do_create()
381 xid, fid); in cifs_do_create()
403 server->ops->close(xid, tcon, fid); in cifs_do_create()
421 unsigned int xid; in cifs_atomic_open() local
462 xid = get_xid(); in cifs_atomic_open()
481 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_atomic_open()
495 server->ops->close(xid, tcon, &fid); in cifs_atomic_open()
511 server->ops->close(xid, tcon, &fid); in cifs_atomic_open()
520 free_xid(xid); in cifs_atomic_open()
528 unsigned int xid = get_xid(); in cifs_create() local
557 rc = cifs_do_create(inode, direntry, xid, tlink, oflags, mode, in cifs_create()
560 server->ops->close(xid, tcon, &fid); in cifs_create()
564 free_xid(xid); in cifs_create()
572 unsigned int xid; in cifs_mknod() local
598 xid = get_xid(); in cifs_mknod()
621 rc = CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args, in cifs_mknod()
628 inode->i_sb, xid); in cifs_mknod()
645 free_xid(xid); in cifs_mknod()
665 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, buf); in cifs_mknod()
685 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod()
691 rc = tcon->ses->server->ops->sync_write(xid, &fid, &io_parms, in cifs_mknod()
694 tcon->ses->server->ops->close(xid, tcon, &fid); in cifs_mknod()
702 free_xid(xid); in cifs_mknod()
711 unsigned int xid; in cifs_lookup() local
719 xid = get_xid(); in cifs_lookup()
729 free_xid(xid); in cifs_lookup()
757 parent_dir_inode->i_sb, xid); in cifs_lookup()
760 parent_dir_inode->i_sb, xid, NULL); in cifs_lookup()
784 free_xid(xid); in cifs_lookup()