Lines Matching refs:pathbuf
86 char **pathbuf, const char **pathname,
97 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */
98 *pathname = ima_d_path(&file->f_path, pathbuf,
119 char **pathbuf,
146 *pathname = ima_d_path(&file->f_path, pathbuf, filename);
214 char *pathbuf = NULL;
258 &pathbuf, &pathname, filename);
329 rc = mmap_violation_check(func, file, &pathbuf,
363 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */
364 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
380 rc = mmap_violation_check(func, file, &pathbuf,
406 if (pathbuf)
407 __putname(pathbuf);
473 char *pathbuf = NULL;
504 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
507 if (pathbuf)
508 __putname(pathbuf);