Lines Matching refs:m
137 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint() local
138 return m && likely(!(m->mnt.mnt_flags & MNT_SYNC_UMOUNT)); in __path_is_mountpoint()
179 static inline bool anon_ns_root(const struct mount *m) in anon_ns_root() argument
181 struct mnt_namespace *ns = READ_ONCE(m->mnt_ns); in anon_ns_root()
183 return !IS_ERR_OR_NULL(ns) && is_anon_ns(ns) && m == ns->root; in anon_ns_root()
218 static inline void mnt_notify_add(struct mount *m) in mnt_notify_add() argument
221 if ((m->mnt_ns && m->mnt_ns->n_fsnotify_marks) || in mnt_notify_add()
222 (m->prev_ns && m->prev_ns->n_fsnotify_marks)) in mnt_notify_add()
223 list_add_tail(&m->to_notify, ¬ify_list); in mnt_notify_add()
225 m->prev_ns = m->mnt_ns; in mnt_notify_add()
228 static inline void mnt_notify_add(struct mount *m) in mnt_notify_add() argument