Searched refs:mnt_first_node (Results 1 – 2 of 2) sorted by relevance
16 struct rb_node *mnt_first_node; /* first (leftmost) mount in the rbtree */ member204 if (ns->mnt_first_node == &mnt->mnt_node) in move_from_ns()205 ns->mnt_first_node = rb_next(&mnt->mnt_node); in move_from_ns()
1094 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local1105 mnt_first_node = false; in mnt_add_to_ns()1111 if (mnt_first_node) in mnt_add_to_ns()1112 ns->mnt_first_node = &mnt->mnt_node; in mnt_add_to_ns()5884 first = node_to_mount(ns->mnt_first_node); in do_listmount()