Home
last modified time | relevance | path

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

/linux-2.6.39/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()
/linux-2.6.39/include/linux/
Dfsnotify_backend.h430 extern int fsnotify_replace_event(struct fsnotify_event_holder *old_holder,