Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dnamespace.c3113 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2() local
3160 root_mp = root_mnt->mnt_mp; in SYSCALL_DEFINE2()
3172 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
3182 attach_mnt(new_mnt, real_mount(root_parent.mnt), root_mp); in SYSCALL_DEFINE2()
3186 put_mountpoint(root_mp); in SYSCALL_DEFINE2()