Lines Matching refs:pathname
86 char **pathbuf, const char **pathname, in mmap_violation_check() argument
98 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
100 integrity_audit_msg(AUDIT_INTEGRITY_DATA, inode, *pathname, in mmap_violation_check()
120 const char **pathname, in ima_rdwr_violation_check() argument
146 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
149 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
152 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
211 const char *pathname = NULL; in process_measurement() local
253 &pathbuf, &pathname, filename); in process_measurement()
312 &pathname, filename); in process_measurement()
346 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
349 ima_store_measurement(iint, file, pathname, in process_measurement()
357 pathname, xattr_value, in process_measurement()
363 &pathname, filename); in process_measurement()
366 ima_audit_measurement(iint, pathname); in process_measurement()
377 pathname, "collect_data", in process_measurement()
456 const char *pathname = NULL; in ima_file_mprotect() local
486 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
487 integrity_audit_msg(AUDIT_INTEGRITY_DATA, inode, pathname, in ima_file_mprotect()