Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/inotify/
Dinotify_fsnotify.c41 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() argument
46 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()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c19 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge() argument
24 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()