Lines Matching refs:pathname
84 const char **pathname) in ima_rdwr_violation_check() argument
106 *pathname = ima_d_path(&file->f_path, pathbuf); in ima_rdwr_violation_check()
109 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
112 ima_add_violation(file, *pathname, iint, in ima_rdwr_violation_check()
164 const char *pathname = NULL; in process_measurement() local
199 &pathbuf, &pathname); in process_measurement()
233 if (!pathname) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
234 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
237 ima_store_measurement(iint, file, pathname, in process_measurement()
240 rc = ima_appraise_measurement(function, iint, file, pathname, in process_measurement()
243 ima_audit_measurement(iint, pathname); in process_measurement()