Home
last modified time | relevance | path

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

/security/tomoyo/
Dmount.c85 const char *requested_type = NULL; in tomoyo_mount_acl() local
97 requested_type = tomoyo_encode(type); in tomoyo_mount_acl()
98 if (!requested_type) in tomoyo_mount_acl()
100 rtype.name = requested_type; in tomoyo_mount_acl()
173 kfree(requested_type); in tomoyo_mount_acl()