Lines Matching refs:xid
18 const unsigned int xid,
23 int smb2_create_reparse_symlink(const unsigned int xid, struct inode *inode, in smb2_create_reparse_symlink() argument
63 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in smb2_create_reparse_symlink()
90 new = smb2_get_reparse_inode(&data, inode->i_sb, xid, in smb2_create_reparse_symlink()
105 const unsigned int xid, in detect_directory_symlink_target() argument
192 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()
196 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target()
211 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target()
215 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target()
276 static int mknod_nfs(unsigned int xid, struct inode *inode, in mknod_nfs() argument
297 new = smb2_get_reparse_inode(&data, inode->i_sb, xid, in mknod_nfs()
413 static int mknod_wsl(unsigned int xid, struct inode *inode, in mknod_wsl() argument
444 xid, tcon, full_path, false, in mknod_wsl()
455 int smb2_mknod_reparse(unsigned int xid, struct inode *inode, in smb2_mknod_reparse() argument
464 rc = mknod_nfs(xid, inode, dentry, tcon, full_path, mode, dev); in smb2_mknod_reparse()
467 rc = mknod_wsl(xid, inode, dentry, tcon, full_path, mode, dev); in smb2_mknod_reparse()