Searched refs:walker_path (Results 1 – 1 of 1) sorted by relevance
487 struct path walker_path; in check_access_path_dual() local540 walker_path = *path; in check_access_path_dual()541 path_get(&walker_path); in check_access_path_dual()586 rule = find_rule(domain, walker_path.dentry); in check_access_path_dual()597 if (walker_path.dentry == walker_path.mnt->mnt_root) { in check_access_path_dual()598 if (follow_up(&walker_path)) { in check_access_path_dual()609 if (unlikely(IS_ROOT(walker_path.dentry))) { in check_access_path_dual()616 !!(walker_path.mnt->mnt_flags & MNT_INTERNAL); in check_access_path_dual()619 parent_dentry = dget_parent(walker_path.dentry); in check_access_path_dual()620 dput(walker_path.dentry); in check_access_path_dual()[all …]