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
165 if (mnt) in fsnotify_event_needs_parent()
166 marks_mask |= fsnotify_parent_needed_mask(mnt->mnt_fsnotify_mask); in fsnotify_event_needs_parent()
184 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() local
200 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched) in __fsnotify_parent()
204 parent_needed = fsnotify_event_needs_parent(inode, mnt, mask); in __fsnotify_parent()
468 struct mount *mnt = NULL; in fsnotify() local
474 mnt = real_mount(path->mnt); in fsnotify()
496 (!mnt || !mnt->mnt_fsnotify_marks) && in fsnotify()
502 if (mnt) in fsnotify()
503 marks_mask |= mnt->mnt_fsnotify_mask; in fsnotify()
522 if (mnt) { in fsnotify()
524 fsnotify_first_mark(&mnt->mnt_fsnotify_marks); in fsnotify()