Lines Matching refs:pathbuf
87 char **pathbuf, const char **pathname, in mmap_violation_check() argument
97 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
98 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
119 char **pathbuf, in ima_rdwr_violation_check() argument
146 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
209 char *pathbuf = NULL; in process_measurement() local
252 &pathbuf, &pathname, filename); in process_measurement()
322 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
355 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
356 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
372 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
398 if (pathbuf) in process_measurement()
399 __putname(pathbuf); in process_measurement()
453 char *pathbuf = NULL; in ima_file_mprotect() local
480 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
483 if (pathbuf) in ima_file_mprotect()
484 __putname(pathbuf); in ima_file_mprotect()