Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Drealpath.c78 char *tomoyo_encode(const char *str) in tomoyo_encode() function
283 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
H A Dmount.c99 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
152 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
H A Dcommon.h985 char *tomoyo_encode(const char *str);
H A Dfile.c127 * @buf must be generated by tomoyo_encode() because this function does not
135 * This is OK because tomoyo_encode() reserves space for appending "/". in tomoyo_add_slash()
836 symlink_target.name = tomoyo_encode(target); in tomoyo_path_perm()