Searched refs:src_parent (Results 1 – 2 of 2) sorted by relevance
| /linux/security/landlock/ |
| H A D | fs.c | 449 * src_parent would result in having the same or fewer access rights if it were in no_more_access() 452 static bool may_refer(const struct layer_masks *const src_parent, 458 access_mask_t child_access = src_parent->layers[i].access & in test_no_more_access() 406 may_refer(const struct layer_access_masks * const src_parent,const struct layer_access_masks * const src_child,const struct layer_access_masks * const new_parent,const bool child_is_dir) may_refer() argument
|
| /linux/fs/ |
| H A D | namespace.c | 2165 struct mount *res, *src_parent, *src_root_child, *src_mnt, in copy_tree() local 2178 src_parent = src_root; in copy_tree() 2202 while (src_parent != src_mnt->mnt_parent) { in copy_tree() 2203 src_parent = src_parent->mnt_parent; in copy_tree() 2207 src_parent = src_mnt; in copy_tree() 2222 attach_mnt(dst_mnt, dst_parent, src_parent->mnt_mp); in copy_tree()
|