Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/notify/inotify/
H A 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()
/kernel/linux/linux-6.6/fs/notify/inotify/
H A 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()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c91 static bool fanotify_should_merge(struct fsnotify_event *old_fsn, in fanotify_should_merge() argument
96 pr_debug("%s: old=%p new=%p\n", __func__, old_fsn, new_fsn); in fanotify_should_merge()
97 old = FANOTIFY_E(old_fsn); in fanotify_should_merge()
100 if (old_fsn->objectid != new_fsn->objectid || in fanotify_should_merge()

Completed in 2 milliseconds