Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dmount.c83 const char *requested_dir_name = NULL; in tomoyo_mount_acl() local
101 requested_dir_name = tomoyo_realpath_from_path(dir); in tomoyo_mount_acl()
102 if (!requested_dir_name) { in tomoyo_mount_acl()
106 rdir.name = requested_dir_name; in tomoyo_mount_acl()
166 kfree(requested_dir_name); in tomoyo_mount_acl()