Searched refs:ima_d_path (Results 1 – 3 of 3) sorted by relevance
/linux/security/integrity/ima/ |
H A D | ima_main.c | 119 *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 D | ima_api.c | 430 * 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 D | ima.h | 410 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
|