Lines Matching refs:pathbuf
85 char **pathbuf, const char **pathname, in mmap_violation_check() argument
96 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
97 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
118 char **pathbuf, in ima_rdwr_violation_check() argument
145 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
213 char *pathbuf = NULL; in process_measurement() local
257 &pathbuf, &pathname, filename); in process_measurement()
315 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
349 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
350 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
366 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
392 if (pathbuf) in process_measurement()
393 __putname(pathbuf); in process_measurement()
459 char *pathbuf = NULL; in ima_file_mprotect() local
490 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
493 if (pathbuf) in ima_file_mprotect()
494 __putname(pathbuf); in ima_file_mprotect()