Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dmount.h19 struct rb_node *mnt_last_node; /* last (rightmost) mount in the rbtree */ member
182 if (ns->mnt_last_node == &mnt->mnt_node) in move_from_ns()
183 ns->mnt_last_node = rb_prev(&mnt->mnt_node); in move_from_ns()
H A Dnamespace.c1174 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local
1182 mnt_last_node = false; in mnt_add_to_ns()
1189 if (mnt_last_node) in mnt_add_to_ns()
1190 ns->mnt_last_node = &mnt->mnt_node; in mnt_add_to_ns()
6091 first = node_to_mount(ns->mnt_last_node); in do_listmount()