Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dnamespace.c2973 struct mountpoint *old_mp, *root_mp; in SYSCALL_DEFINE2() local
3020 root_mp = root_mnt->mnt_mp; in SYSCALL_DEFINE2()
3031 root_mp->m_count++; /* pin it so it won't go away */ in SYSCALL_DEFINE2()
3042 attach_mnt(new_mnt, real_mount(root_parent.mnt), root_mp); in SYSCALL_DEFINE2()
3048 put_mountpoint(root_mp); in SYSCALL_DEFINE2()