Home
last modified time | relevance | path

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

/linux-6.14.4/fs/
Dnamespace.c1149 static inline struct mount *node_to_mount(struct rb_node *node) in node_to_mount() function
1164 if (mnt->mnt_id_unique < node_to_mount(parent)->mnt_id_unique) { in mnt_add_to_ns()
1583 struct mount *m = node_to_mount(node); in mnt_find_id_at()
1586 ret = node_to_mount(node); in mnt_find_id_at()
1607 struct mount *m = node_to_mount(node); in mnt_find_id_at_reverse()
1610 ret = node_to_mount(node); in mnt_find_id_at_reverse()
1640 next = node_to_mount(node); in m_next()
5291 return node_to_mount(node); in listmnt_next()
5593 first = node_to_mount(ns->mnt_last_node); in do_listmount()
5595 first = node_to_mount(ns->mnt_first_node); in do_listmount()