Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dmount.c86 const char *requested_dir_name = NULL; in tomoyo_mount_acl() local
105 requested_dir_name = tomoyo_realpath_from_path(dir); in tomoyo_mount_acl()
106 if (!requested_dir_name) { in tomoyo_mount_acl()
110 rdir.name = requested_dir_name; in tomoyo_mount_acl()
170 kfree(requested_dir_name); in tomoyo_mount_acl()

Completed in 2 milliseconds