Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c3964 struct mount *this_parent = parent; in select_submounts() local
3969 next = this_parent->mnt_mounts.next; in select_submounts()
3971 while (next != &this_parent->mnt_mounts) { in select_submounts()
3982 this_parent = mnt; in select_submounts()
3994 if (this_parent != parent) { in select_submounts()
3995 next = this_parent->mnt_child.next; in select_submounts()
3996 this_parent = this_parent->mnt_parent; in select_submounts()