Searched refs:old_fsn (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/notify/inotify/
H A Dinotify_fsnotify.c39 static bool event_compare(struct fsnotify_event *old_fsn, event_compare() argument
44 if (old_fsn->mask & FS_IN_IGNORED) event_compare()
46 old = INOTIFY_E(old_fsn); event_compare()
48 if ((old_fsn->mask == new_fsn->mask) && event_compare()
49 (old_fsn->inode == new_fsn->inode) && event_compare()
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify.c14 static bool should_merge(struct fsnotify_event *old_fsn, should_merge() argument
19 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); should_merge()
20 old = FANOTIFY_E(old_fsn); should_merge()
23 if (old_fsn->inode == new_fsn->inode && old->tgid == new->tgid && should_merge()

Completed in 90 milliseconds