Searched refs:tpm_dir (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_eventlog.c | 368 struct dentry **ret = NULL, *tpm_dir, *bin_file, *ascii_file; in tpm_bios_log_setup() local 370 tpm_dir = securityfs_create_dir(name, NULL); in tpm_bios_log_setup() 371 if (is_bad(tpm_dir)) in tpm_bios_log_setup() 376 S_IRUSR | S_IRGRP, tpm_dir, NULL, in tpm_bios_log_setup() 383 S_IRUSR | S_IRGRP, tpm_dir, NULL, in tpm_bios_log_setup() 394 ret[2] = tpm_dir; in tpm_bios_log_setup() 403 securityfs_remove(tpm_dir); in tpm_bios_log_setup()
|