Lines Matching refs:filename

104 		       const unsigned char *filename, int pcr)  in ima_store_template()  argument
122 result = ima_add_template_entry(entry, violation, op, inode, filename); in ima_store_template()
133 void ima_add_violation(struct file *file, const unsigned char *filename, in ima_add_violation() argument
141 .filename = filename, in ima_add_violation()
155 filename, CONFIG_IMA_MEASURE_PCR_IDX); in ima_add_violation()
159 integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode, filename, in ima_add_violation()
248 struct name_snapshot filename; in ima_collect_measurement() local
319 take_dentry_name_snapshot(&filename, file->f_path.dentry); in ima_collect_measurement()
322 filename.name.name, "collect_data", in ima_collect_measurement()
325 release_dentry_name_snapshot(&filename); in ima_collect_measurement()
346 struct file *file, const unsigned char *filename, in ima_store_measurement() argument
358 .filename = filename, in ima_store_measurement()
375 integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode, filename, in ima_store_measurement()
380 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
390 const unsigned char *filename) in ima_audit_measurement() argument
414 audit_log_untrustedstring(ab, filename); in ima_audit_measurement()
438 struct name_snapshot filename; in ima_d_path() local
452 take_dentry_name_snapshot(&filename, path->dentry); in ima_d_path()
453 strscpy(namebuf, filename.name.name, NAME_MAX); in ima_d_path()
454 release_dentry_name_snapshot(&filename); in ima_d_path()