Lines Matching refs:mount
11 #include <linux/mount.h>
143 /* Are inode/sb/mount interested in parent and name info with this event? */
144 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt,
149 /* We only send parent/name to inode/sb/mount for events on non-dir */
155 * parent/name info to inode/sb/mount. Otherwise, a watching parent
156 * could result in events reported with unexpected name info to sb/mount.
160 /* Did either inode/sb/mount subscribe for events with parent/name? */
172 * if parent is watching or if inode/sb/mount are interested in events with
176 * inode/sb/mount are not interested in events with parent and name info.
182 struct mount *mnt = path ? real_mount(path->mnt) : NULL;
194 * Do inode/sb/mount care about parent and name info on non-dir?
487 struct mount *mnt = NULL;
566 * ignore masks are properly reflected for mount/sb mark notifications.