Lines Matching refs:pathbuf
86 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()
208 char *pathbuf = NULL; in process_measurement() local
251 &pathbuf, &pathname, filename); in process_measurement()
308 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
341 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
342 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
358 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
384 if (pathbuf) in process_measurement()
385 __putname(pathbuf); in process_measurement()
436 char *pathbuf = NULL; in ima_file_mprotect() local
463 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
466 if (pathbuf) in ima_file_mprotect()
467 __putname(pathbuf); in ima_file_mprotect()