Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/tomoyo/
H A Drealpath.c237 char *tomoyo_realpath_from_path(const struct path *path) in tomoyo_realpath_from_path() function
309 char *buf = tomoyo_realpath_from_path(&path); in tomoyo_realpath_nofollow()
H A Dmount.c105 requested_dir_name = tomoyo_realpath_from_path(dir); in tomoyo_mount_acl()
141 requested_dev_name = tomoyo_realpath_from_path(&path); in tomoyo_mount_acl()
H A Daudit.c263 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
H A Dutil.c973 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()
H A Dcommon.h959 char *tomoyo_realpath_from_path(const struct path *path);
H A Dfile.c151 buf->name = tomoyo_realpath_from_path(path); in tomoyo_get_realpath()
H A Dcondition.c243 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()