Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dmount.c87 const char *requested_dev_name = NULL; in tomoyo_mount_acl() local
141 requested_dev_name = tomoyo_realpath_from_path(&path); in tomoyo_mount_acl()
142 if (!requested_dev_name) { in tomoyo_mount_acl()
150 requested_dev_name = tomoyo_encode(dev_name); in tomoyo_mount_acl()
151 if (!requested_dev_name) { in tomoyo_mount_acl()
156 rdev.name = requested_dev_name; in tomoyo_mount_acl()
169 kfree(requested_dev_name); in tomoyo_mount_acl()

Completed in 2 milliseconds