Home
last modified time | relevance | path

Searched refs:ima_d_path (Results 1 – 3 of 3) sorted by relevance

/linux/security/integrity/ima/
H A Dima_main.c119 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
173 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
410 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
552 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
H A Dima_api.c430 * ima_d_path - return a pointer to the full pathname
439 const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf) in ima_d_path() function
H A Dima.h410 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);