Home
last modified time | relevance | path

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

/linux-5.19.10/security/landlock/
Dfs.c483 const struct dentry *const dentry_child2) in check_access_path_dual() argument
515 if (WARN_ON_ONCE(dentry_child1 || dentry_child2)) in check_access_path_dual()
531 if (unlikely(dentry_child2)) { in check_access_path_dual()
532 unmask_layers(find_rule(domain, dentry_child2), in check_access_path_dual()
537 child2_is_directory = d_is_dir(dentry_child2); in check_access_path_dual()