Searched refs:tpm_dir (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/char/tpm/ |
| D | tpm_eventlog.c | 408 struct dentry **ret = NULL, *tpm_dir, *bin_file, *ascii_file; in tpm_bios_log_setup() local 410 tpm_dir = securityfs_create_dir(name, NULL); in tpm_bios_log_setup() 411 if (is_bad(tpm_dir)) in tpm_bios_log_setup() 416 S_IRUSR | S_IRGRP, tpm_dir, NULL, in tpm_bios_log_setup() 423 S_IRUSR | S_IRGRP, tpm_dir, NULL, in tpm_bios_log_setup() 434 ret[2] = tpm_dir; in tpm_bios_log_setup() 443 securityfs_remove(tpm_dir); in tpm_bios_log_setup()
|