Lines Matching defs:mnt
26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt)
28 fsnotify_clear_marks_by_mount(mnt);
146 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt,
165 if (mnt)
166 marks_mask |= fsnotify_parent_needed_mask(mnt->mnt_fsnotify_mask);
184 struct mount *mnt = path ? real_mount(path->mnt) : NULL;
200 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched)
204 parent_needed = fsnotify_event_needs_parent(inode, mnt, mask);
468 struct mount *mnt = NULL;
474 mnt = real_mount(path->mnt);
496 (!mnt || !mnt->mnt_fsnotify_marks) &&
502 if (mnt)
503 marks_mask |= mnt->mnt_fsnotify_mask;
522 if (mnt) {
524 fsnotify_first_mark(&mnt->mnt_fsnotify_marks);