Lines Matching refs:pathname
77 char **pathbuf, const char **pathname, in mmap_violation_check() argument
88 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
90 integrity_audit_msg(AUDIT_INTEGRITY_DATA, inode, *pathname, in mmap_violation_check()
110 const char **pathname, in ima_rdwr_violation_check() argument
136 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
139 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
142 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
201 const char *pathname = NULL; in process_measurement() local
240 &pathbuf, &pathname, filename); in process_measurement()
298 &pathname, filename); in process_measurement()
331 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
334 ima_store_measurement(iint, file, pathname, in process_measurement()
339 rc = ima_appraise_measurement(func, iint, file, pathname, in process_measurement()
344 &pathname, filename); in process_measurement()
347 ima_audit_measurement(iint, pathname); in process_measurement()