Lines Matching refs:pathbuf
82 char **pathbuf, const char **pathname,
92 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */
93 *pathname = ima_d_path(&file->f_path, pathbuf,
114 char **pathbuf,
141 *pathname = ima_d_path(&file->f_path, pathbuf, filename);
204 char *pathbuf = NULL;
245 &pathbuf, &pathname, filename);
315 rc = mmap_violation_check(func, file, &pathbuf,
348 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */
349 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
365 rc = mmap_violation_check(func, file, &pathbuf,
381 if (pathbuf)
382 __putname(pathbuf);
436 char *pathbuf = NULL;
462 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
465 if (pathbuf)
466 __putname(pathbuf);