Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c85 const char *requested_dev_name = NULL; in tomoyo_mount_acl() local
138 requested_dev_name = tomoyo_realpath_from_path(&path); in tomoyo_mount_acl()
139 if (!requested_dev_name) { in tomoyo_mount_acl()
147 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
148 if (!requested_dev_name) { in tomoyo_mount_acl()
153 rdev.name = requested_dev_name; in tomoyo_mount_acl()
166 kfree(requested_dev_name); in tomoyo_mount_acl()