Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h16 struct rb_node *mnt_last_node; /* last (rightmost) mount in the rbtree */ member
204 if (ns->mnt_last_node == &mnt->mnt_node) in move_from_ns()
205 ns->mnt_last_node = rb_prev(&mnt->mnt_node); in move_from_ns()
H A Dnamespace.c1079 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local
1087 mnt_last_node = false; in mnt_add_to_ns()
1094 if (mnt_last_node) in mnt_add_to_ns()
1095 ns->mnt_last_node = &mnt->mnt_node; in mnt_add_to_ns()
6025 first = node_to_mount(ns->mnt_last_node); in do_listmount()