Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dfs.c490 const struct dentry *const dentry_child1, in is_access_to_paths_allowed() argument
514 if (WARN_ON_ONCE(!dentry_child1)) in is_access_to_paths_allowed()
525 if (WARN_ON_ONCE(dentry_child1 || dentry_child2)) in is_access_to_paths_allowed()
533 if (unlikely(dentry_child1)) { in is_access_to_paths_allowed()
534 unmask_layers(find_rule(domain, dentry_child1), in is_access_to_paths_allowed()
539 child1_is_directory = d_is_dir(dentry_child1); in is_access_to_paths_allowed()