Lines Matching refs:pathbuf
87 char **pathbuf, const char **pathname, in mmap_violation_check() argument
98 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
99 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
120 char **pathbuf, in ima_rdwr_violation_check() argument
147 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
216 char *pathbuf = NULL; in process_measurement() local
260 &pathbuf, &pathname, filename); in process_measurement()
342 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
376 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
377 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
393 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
419 if (pathbuf) in process_measurement()
420 __putname(pathbuf); in process_measurement()
488 char *pathbuf = NULL; in ima_file_mprotect() local
519 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
522 if (pathbuf) in ima_file_mprotect()
523 __putname(pathbuf); in ima_file_mprotect()