Lines Matching refs:walker_path
229 struct path walker_path; in check_access_path() local
262 walker_path = *path; in check_access_path()
263 path_get(&walker_path); in check_access_path()
271 layer_mask = unmask_layers(domain, &walker_path, in check_access_path()
280 if (walker_path.dentry == walker_path.mnt->mnt_root) { in check_access_path()
281 if (follow_up(&walker_path)) { in check_access_path()
293 if (unlikely(IS_ROOT(walker_path.dentry))) { in check_access_path()
299 allowed = !!(walker_path.mnt->mnt_flags & MNT_INTERNAL); in check_access_path()
302 parent_dentry = dget_parent(walker_path.dentry); in check_access_path()
303 dput(walker_path.dentry); in check_access_path()
304 walker_path.dentry = parent_dentry; in check_access_path()
306 path_put(&walker_path); in check_access_path()