Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c84 const char *requested_dir_name = NULL; in tomoyo_mount_acl() local
102 requested_dir_name = tomoyo_realpath_from_path(dir); in tomoyo_mount_acl()
103 if (!requested_dir_name) { in tomoyo_mount_acl()
107 rdir.name = requested_dir_name; in tomoyo_mount_acl()
167 kfree(requested_dir_name); in tomoyo_mount_acl()