Searched refs:ima_d_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 93 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check() 141 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check() 349 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement() 462 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
|
H A D | ima_api.c | 383 * ima_d_path - return a pointer to the full pathname 392 const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf) in ima_d_path() function
|
H A D | ima.h | 280 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 98 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check() 146 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check() 364 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement() 504 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in ima_file_mprotect()
|
H A D | ima_api.c | 423 * ima_d_path - return a pointer to the full pathname 432 const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf) in ima_d_path() function
|
H A D | ima.h | 286 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
|
Completed in 9 milliseconds