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, "invalid_pcr", "ToMToU"); in ima_rdwr_violation_check()
111 ima_add_violation(file, *pathname, in ima_rdwr_violation_check()
163 const char *pathname = NULL; in process_measurement() local
198 &pathbuf, &pathname); in process_measurement()
232 if (!pathname) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
233 pathname = ima_d_path(&file->f_path, &pathbuf); in process_measurement()
236 ima_store_measurement(iint, file, pathname, in process_measurement()
239 rc = ima_appraise_measurement(function, iint, file, pathname, in process_measurement()
242 ima_audit_measurement(iint, pathname); in process_measurement()