Home
last modified time | relevance | path

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

/linux-6.1.9/security/landlock/
Dfs.c480 const struct dentry *const dentry_child1, in check_access_path_dual() argument
504 if (WARN_ON_ONCE(!dentry_child1)) in check_access_path_dual()
515 if (WARN_ON_ONCE(dentry_child1 || dentry_child2)) in check_access_path_dual()
523 if (unlikely(dentry_child1)) { in check_access_path_dual()
524 unmask_layers(find_rule(domain, dentry_child1), in check_access_path_dual()
529 child1_is_directory = d_is_dir(dentry_child1); in check_access_path_dual()