Lines Matching refs:mnt
26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete() argument
28 fsnotify_clear_marks_by_mount(mnt); in __fsnotify_vfsmount_delete()
146 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt, in fsnotify_event_needs_parent() argument
158 if (mnt) in fsnotify_event_needs_parent()
159 marks_mask |= fsnotify_parent_needed_mask(mnt->mnt_fsnotify_mask); in fsnotify_event_needs_parent()
177 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() local
193 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched) in __fsnotify_parent()
197 parent_needed = fsnotify_event_needs_parent(inode, mnt, mask); in __fsnotify_parent()
432 struct mount *mnt = NULL; in fsnotify() local
438 mnt = real_mount(path->mnt); in fsnotify()
461 (!mnt || !mnt->mnt_fsnotify_marks) && in fsnotify()
467 if (mnt) in fsnotify()
468 marks_mask |= mnt->mnt_fsnotify_mask; in fsnotify()
487 if (mnt) { in fsnotify()
489 fsnotify_first_mark(&mnt->mnt_fsnotify_marks); in fsnotify()