Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c1079 bool mnt_first_node = true, mnt_last_node = true; in mnt_add_to_ns() local
1090 mnt_first_node = false; in mnt_add_to_ns()
1096 if (mnt_first_node) in mnt_add_to_ns()
1097 ns->mnt_first_node = &mnt->mnt_node; in mnt_add_to_ns()
5683 for (child = node_to_mount(ns->mnt_first_node); child; in grab_requested_root()
6057 first = node_to_mount(ns->mnt_first_node); in do_listmount()