Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c804 struct dentry *const dentry_child2) in is_access_to_paths_allowed() argument
846 if (WARN_ON_ONCE(dentry_child1 || dentry_child2)) in is_access_to_paths_allowed()
878 if (unlikely(dentry_child2)) { in is_access_to_paths_allowed()
888 if (handled && get_inode_id(dentry_child2, &id)) in is_access_to_paths_allowed()
890 &_layer_masks_child2, dentry_child2); in is_access_to_paths_allowed()
892 child2_is_directory = d_is_dir(dentry_child2); in is_access_to_paths_allowed()