Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c800 struct dentry *const dentry_child1, in is_access_to_paths_allowed() argument
832 if (WARN_ON_ONCE(!dentry_child1)) in is_access_to_paths_allowed()
846 if (WARN_ON_ONCE(dentry_child1 || dentry_child2)) in is_access_to_paths_allowed()
862 if (unlikely(dentry_child1)) { in is_access_to_paths_allowed()
872 if (handled && get_inode_id(dentry_child1, &id)) in is_access_to_paths_allowed()
874 &_layer_masks_child1, dentry_child1); in is_access_to_paths_allowed()
876 child1_is_directory = d_is_dir(dentry_child1); in is_access_to_paths_allowed()