Lines Matching defs:mnt
26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt)
28 fsnotify_clear_marks_by_mount(mnt);
144 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt,
163 if (mnt)
164 marks_mask |= fsnotify_parent_needed_mask(mnt->mnt_fsnotify_mask);
182 struct mount *mnt = path ? real_mount(path->mnt) : NULL;
198 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched)
202 parent_needed = fsnotify_event_needs_parent(inode, mnt, mask);
487 struct mount *mnt = NULL;
495 mnt = real_mount(path->mnt);
523 (!mnt || !mnt->mnt_fsnotify_marks) &&
529 if (mnt)
530 marks_mask |= mnt->mnt_fsnotify_mask;
551 if (mnt) {
553 fsnotify_first_mark(&mnt->mnt_fsnotify_marks);