Lines Matching refs:pathbuf
81 char **pathbuf, const char **pathname, in mmap_violation_check() argument
91 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
92 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
113 char **pathbuf, in ima_rdwr_violation_check() argument
140 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
203 char *pathbuf = NULL; in process_measurement() local
244 &pathbuf, &pathname, filename); in process_measurement()
301 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
334 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
335 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
351 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
367 if (pathbuf) in process_measurement()
368 __putname(pathbuf); in process_measurement()
419 char *pathbuf = NULL; in ima_file_mprotect() local
445 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
448 if (pathbuf) in ima_file_mprotect()
449 __putname(pathbuf); in ima_file_mprotect()