Searched refs:old_fsn (Results 1 – 2 of 2) sorted by relevance
39 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() argument44 if (old_fsn->mask & FS_IN_IGNORED) in event_compare()46 old = INOTIFY_E(old_fsn); in event_compare()48 if ((old_fsn->mask == new_fsn->mask) && in event_compare()49 (old_fsn->inode == new_fsn->inode) && in event_compare()
14 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge() argument19 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); in should_merge()20 old = FANOTIFY_E(old_fsn); in should_merge()23 if (old_fsn->inode == new_fsn->inode && old->tgid == new->tgid && in should_merge()