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

/linux-master/fs/
H A Dnamespace.c1011 static inline struct mount *node_to_mount(struct rb_node *node) function
1025 if (mnt->mnt_id_unique < node_to_mount(parent)->mnt_id_unique)
1437 struct mount *m = node_to_mount(node);
1440 ret = node_to_mount(node);
1470 next = node_to_mount(node);
5047 return node_to_mount(rb_next(&curr->mnt_node));
5121 first = node_to_mount(rb_first(&ns->mounts));

Completed in 107 milliseconds