Searched refs:root_parent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 3725 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local 3757 root_parent = root_mnt->mnt_parent; in SYSCALL_DEFINE2() 3760 IS_MNT_SHARED(root_parent)) in SYSCALL_DEFINE2() 3797 attach_mnt(new_mnt, root_parent, root_mp); in SYSCALL_DEFINE2() 3798 mnt_add_count(root_parent, -1); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 4181 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local 4213 root_parent = root_mnt->mnt_parent; in SYSCALL_DEFINE2() 4216 IS_MNT_SHARED(root_parent)) in SYSCALL_DEFINE2() 4253 attach_mnt(new_mnt, root_parent, root_mp, false); in SYSCALL_DEFINE2() 4254 mnt_add_count(root_parent, -1); in SYSCALL_DEFINE2()
|
Completed in 12 milliseconds