Searched refs:old_fsn (Results 1 – 2 of 2) sorted by relevance
41 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() argument46 if (old_fsn->mask & FS_IN_IGNORED) in event_compare()48 old = INOTIFY_E(old_fsn); in event_compare()50 if ((old_fsn->mask == new_fsn->mask) && in event_compare()51 (old_fsn->inode == new_fsn->inode) && in event_compare()
19 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge() argument24 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); in should_merge()25 old = FANOTIFY_E(old_fsn); in should_merge()28 if (old_fsn->inode == new_fsn->inode && old->tgid == new->tgid && in should_merge()