Searched refs:mnt_first_node (Results 1 – 2 of 2) sorted by relevance
20 struct rb_node *mnt_first_node; /* first (leftmost) mount in the rbtree */ member184 if (ns->mnt_first_node == &mnt->mnt_node) in move_from_ns()185 ns->mnt_first_node = rb_next(&mnt->mnt_node); in move_from_ns()
1174 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local1185 mnt_first_node = false; in mnt_add_to_ns()1191 if (mnt_first_node) in mnt_add_to_ns()1192 ns->mnt_first_node = &mnt->mnt_node; in mnt_add_to_ns()6093 first = node_to_mount(ns->mnt_first_node); in do_listmount()