Lines Matching refs:pathbuf
107 char **pathbuf, const char **pathname, in mmap_violation_check() argument
118 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
119 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
140 char **pathbuf, in ima_rdwr_violation_check() argument
173 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
244 char *pathbuf = NULL; in process_measurement() local
290 &pathbuf, &pathname, filename); in process_measurement()
375 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
409 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
410 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
426 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
452 if (pathbuf) in process_measurement()
453 __putname(pathbuf); in process_measurement()
521 char *pathbuf = NULL; in ima_file_mprotect() local
552 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
555 if (pathbuf) in ima_file_mprotect()
556 __putname(pathbuf); in ima_file_mprotect()