Searched refs:vtpm_file (Results 1 – 1 of 1) sorted by relevance
631 struct file *vtpm_file; in vtpmx_ioc_new_dev() local642 vtpm_file = vtpm_proxy_create_device(&vtpm_new_dev); in vtpmx_ioc_new_dev()643 if (IS_ERR(vtpm_file)) in vtpmx_ioc_new_dev()644 return PTR_ERR(vtpm_file); in vtpmx_ioc_new_dev()649 fput(vtpm_file); in vtpmx_ioc_new_dev()653 fd_install(vtpm_new_dev.fd, vtpm_file); in vtpmx_ioc_new_dev()