Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dnamespace.c1117 static inline struct mount *node_to_mount(struct rb_node *node) in node_to_mount() function
1131 if (mnt->mnt_id_unique < node_to_mount(parent)->mnt_id_unique) in mnt_add_to_ns()
1543 struct mount *m = node_to_mount(node); in mnt_find_id_at()
1546 ret = node_to_mount(node); in mnt_find_id_at()
1567 struct mount *m = node_to_mount(node); in mnt_find_id_at_reverse()
1570 ret = node_to_mount(node); in mnt_find_id_at_reverse()
1600 next = node_to_mount(node); in m_next()
5116 return node_to_mount(node); in listmnt_next()
5404 first = node_to_mount(rb_last(&ns->mounts)); in do_listmount()
5406 first = node_to_mount(rb_first(&ns->mounts)); in do_listmount()