Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Drealpath.c78 char *tomoyo_encode(const char *str) in tomoyo_encode() function
288 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
Dmount.c97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
150 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
Dcommon.h954 char *tomoyo_encode(const char *str);
Dfile.c831 symlink_target.name = tomoyo_encode(target); in tomoyo_path_perm()