Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dnamespace.c3075 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2() local
3122 root_mp = root_mnt->mnt_mp; in SYSCALL_DEFINE2()
3133 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
3144 attach_mnt(new_mnt, real_mount(root_parent.mnt), root_mp); in SYSCALL_DEFINE2()
3148 put_mountpoint(root_mp); in SYSCALL_DEFINE2()