Home
last modified time | relevance | path

Searched refs:root_mp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dnamespace.c3726 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2() local
3789 root_mp = unhash_mnt(root_mnt); /* we'll need its mountpoint */ in SYSCALL_DEFINE2()
3797 attach_mnt(new_mnt, root_parent, root_mp); in SYSCALL_DEFINE2()
3802 put_mountpoint(root_mp); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c4182 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2() local
4245 root_mp = unhash_mnt(root_mnt); /* we'll need its mountpoint */ in SYSCALL_DEFINE2()
4253 attach_mnt(new_mnt, root_parent, root_mp, false); in SYSCALL_DEFINE2()
4258 put_mountpoint(root_mp); in SYSCALL_DEFINE2()

Completed in 11 milliseconds