Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dnamespace.c4342 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local
4374 root_parent = root_mnt->mnt_parent; in SYSCALL_DEFINE2()
4377 IS_MNT_SHARED(root_parent)) in SYSCALL_DEFINE2()
4414 attach_mnt(new_mnt, root_parent, root_mp, false); in SYSCALL_DEFINE2()
4415 mnt_add_count(root_parent, -1); in SYSCALL_DEFINE2()