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()
144 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt, in fsnotify_event_needs_parent() argument
163 if (mnt) in fsnotify_event_needs_parent()
164 marks_mask |= fsnotify_parent_needed_mask(mnt->mnt_fsnotify_mask); in fsnotify_event_needs_parent()
182 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() local
198 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched) in __fsnotify_parent()
202 parent_needed = fsnotify_event_needs_parent(inode, mnt, mask); in __fsnotify_parent()
487 struct mount *mnt = NULL; in fsnotify() local
495 mnt = real_mount(path->mnt); in fsnotify()
523 (!mnt || !mnt->mnt_fsnotify_marks) && in fsnotify()
529 if (mnt) in fsnotify()
530 marks_mask |= mnt->mnt_fsnotify_mask; in fsnotify()
551 if (mnt) { in fsnotify()
553 fsnotify_first_mark(&mnt->mnt_fsnotify_marks); in fsnotify()