Home
last modified time | relevance | path

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

/fs/notify/
Dnotification.c319 int fsnotify_replace_event(struct fsnotify_event_holder *old_holder, in fsnotify_replace_event() argument
322 struct fsnotify_event *old_event = old_holder->event; in fsnotify_replace_event()
342 list_replace_init(&old_holder->event_list, &new_holder->event_list); in fsnotify_replace_event()
348 if (old_holder != &old_event->holder) in fsnotify_replace_event()
349 fsnotify_destroy_event_holder(old_holder); in fsnotify_replace_event()