Home
last modified time | relevance | path

Searched refs:tomoyo_encode (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dmount.c94 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
147 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
Drealpath.c77 char *tomoyo_encode(const char *str) in tomoyo_encode() function
304 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
Dcommon.h944 char *tomoyo_encode(const char *str);
Dfile.c814 symlink_target.name = tomoyo_encode(target); in tomoyo_path_perm()