Home
last modified time | relevance | path

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

/Linux-v5.10/fs/notify/inotify/
Dinotify_fsnotify.c33 struct fsnotify_event *new_fsn) in event_compare() argument
38 new = INOTIFY_E(new_fsn); in event_compare()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c92 struct fsnotify_event *new_fsn) in fanotify_should_merge() argument
96 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); in fanotify_should_merge()
98 new = FANOTIFY_E(new_fsn); in fanotify_should_merge()
100 if (old_fsn->objectid != new_fsn->objectid || in fanotify_should_merge()