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

/linux-4.4.14/security/tomoyo/
H A Dmount.c83 const char *requested_dir_name = NULL; tomoyo_mount_acl() local
101 requested_dir_name = tomoyo_realpath_from_path(dir); tomoyo_mount_acl()
102 if (!requested_dir_name) { tomoyo_mount_acl()
106 rdir.name = requested_dir_name; tomoyo_mount_acl()
166 kfree(requested_dir_name); tomoyo_mount_acl()

Completed in 45 milliseconds