Searched refs:fsn_priv (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_user.c170 struct fsnotify_event_private_data *fsn_priv; local
179 fsn_priv = fsnotify_remove_priv_from_event(group, event);
182 if (!fsn_priv)
185 priv = container_of(fsn_priv, struct inotify_event_private_data,
188 inotify_free_event_priv(fsn_priv);

Completed in 165 milliseconds