Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Drealpath.c69 * tomoyo_encode - Encode binary string to ascii string.
78 char *tomoyo_encode(const char *str) in tomoyo_encode() function
283 name = tomoyo_encode(pos); in tomoyo_realpath_from_path()
H A Dmount.c97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
150 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
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()
831 symlink_target.name = tomoyo_encode(target); in tomoyo_path_perm()