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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_fsnotify.c101 struct fsnotify_event *added_event; local
124 added_event = fsnotify_add_notify_event(group, event, fsn_event_priv, inotify_merge);
125 if (added_event) {
127 if (!IS_ERR(added_event))
128 fsnotify_put_event(added_event);
130 ret = PTR_ERR(added_event);

Completed in 52 milliseconds