Lines Matching refs:mnt
14 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED)
17 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED)
18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE)
19 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED)
20 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED)
21 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED)
22 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
35 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared() argument
37 mnt->mnt.mnt_flags &= ~MNT_SHARED_MASK; in set_mnt_shared()
38 mnt->mnt.mnt_flags |= MNT_SHARED; in set_mnt_shared()
49 int get_dominating_id(struct mount *mnt, const struct path *root);
50 unsigned int mnt_get_count(struct mount *mnt);
54 struct mount *mnt);
58 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);