Home
last modified time | relevance | path

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

/Linux-v5.15/security/landlock/
Dfs.c229 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()
[all …]