Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h16 struct rb_node *mnt_first_node; /* first (leftmost) mount in the rbtree */ member
202 if (ns->mnt_first_node == &mnt->mnt_node) in move_from_ns()
203 ns->mnt_first_node = rb_next(&mnt->mnt_node); in move_from_ns()
H A Dnamespace.c1140 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local
1151 mnt_first_node = false; in mnt_add_to_ns()
1157 if (mnt_first_node) in mnt_add_to_ns()
1158 ns->mnt_first_node = &mnt->mnt_node; in mnt_add_to_ns()
6011 first = node_to_mount(ns->mnt_first_node); in do_listmount()