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
204 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()
H A Dnamespace.c1094 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local
1105 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()