Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/inotify/
Dinotify_fsnotify.c32 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() argument
37 old = INOTIFY_E(old_fsn); in event_compare()
42 (old_fsn->inode == new_fsn->inode) && in event_compare()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c20 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge() argument
25 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); in should_merge()
26 old = FANOTIFY_E(old_fsn); in should_merge()
29 if (old_fsn->inode != new_fsn->inode || old->pid != new->pid || in should_merge()