Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/inotify/
Dinotify_fsnotify.c39 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() argument
44 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()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c14 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge() argument
19 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()