Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h15 struct rb_node *mnt_last_node; /* last (rightmost) mount in the rbtree */ member
200 if (ns->mnt_last_node == &mnt->mnt_node) in move_from_ns()
201 ns->mnt_last_node = rb_prev(&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
1148 mnt_last_node = false; in mnt_add_to_ns()
1155 if (mnt_last_node) in mnt_add_to_ns()
1156 ns->mnt_last_node = &mnt->mnt_node; in mnt_add_to_ns()
6009 first = node_to_mount(ns->mnt_last_node); in do_listmount()