Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dmount.c84 const char *requested_dev_name = NULL; in tomoyo_mount_acl() local
137 requested_dev_name = tomoyo_realpath_from_path(&path); in tomoyo_mount_acl()
138 if (!requested_dev_name) { in tomoyo_mount_acl()
146 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
147 if (!requested_dev_name) { in tomoyo_mount_acl()
152 rdev.name = requested_dev_name; in tomoyo_mount_acl()
165 kfree(requested_dev_name); in tomoyo_mount_acl()