Lines Matching defs:mounts
15 struct rb_root mounts; /* Protected by namespace_sem */
28 struct hlist_head mnt_visible_mounts; /* SB_I_USERNS_VISIBLE mounts */
29 unsigned int nr_mounts; /* # of mounts in the namespace */
31 refcount_t passive; /* number references not pinning @mounts */
52 struct rb_node mnt_node; /* node in the ns->mounts rbtree */
71 struct list_head mnt_share; /* circular list of shared mounts */
72 struct hlist_head mnt_slave_list;/* list of slave mounts */
86 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */
117 * flag, consider how it interacts with shared mounts.
207 return RB_EMPTY_ROOT(&ns->mounts);
218 rb_erase(&mnt->mnt_node, &ns->mounts);