Home
last modified time | relevance | path

Searched refs:tomoyo_realpath_from_path (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dmount.c102 requested_dir_name = tomoyo_realpath_from_path(dir); in tomoyo_mount_acl()
138 requested_dev_name = tomoyo_realpath_from_path(&path); in tomoyo_mount_acl()
Drealpath.c251 char *tomoyo_realpath_from_path(const struct path *path) in tomoyo_realpath_from_path() function
325 char *buf = tomoyo_realpath_from_path(&path); in tomoyo_realpath_nofollow()
Daudit.c259 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
Dutil.c943 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()
Dcommon.h949 char *tomoyo_realpath_from_path(const struct path *path);
Dcondition.c234 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()
Dfile.c151 buf->name = tomoyo_realpath_from_path(path); in tomoyo_get_realpath()