Lines Matching defs:filename
104 const unsigned char *filename, int pcr)
122 result = ima_add_template_entry(entry, violation, op, inode, filename);
133 void ima_add_violation(struct file *file, const unsigned char *filename,
141 .filename = filename,
155 filename, CONFIG_IMA_MEASURE_PCR_IDX);
159 integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode, filename,
247 const char *filename = file->f_path.dentry->d_name.name;
320 filename, "collect_data", audit_cause,
342 struct file *file, const unsigned char *filename,
354 .filename = filename,
371 integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode, filename,
376 result = ima_store_template(entry, violation, inode, filename, pcr);
386 const unsigned char *filename)
410 audit_log_untrustedstring(ab, filename);
428 * On failure, return a pointer to a copy of the filename, not dname.