Lines Matching refs:priv
121 struct fsnotify_event_private_data *priv = NULL; in fsnotify_remove_priv_from_event() local
127 priv = lpriv; in fsnotify_remove_priv_from_event()
128 list_del(&priv->event_list); in fsnotify_remove_priv_from_event()
132 return priv; in fsnotify_remove_priv_from_event()
141 struct fsnotify_event_private_data *priv, in fsnotify_add_notify_event() argument
149 pr_debug("%s: group=%p event=%p priv=%p\n", __func__, group, event, priv); in fsnotify_add_notify_event()
179 priv = NULL; in fsnotify_add_notify_event()
222 if (priv) in fsnotify_add_notify_event()
223 list_add_tail(&priv->event_list, &event->private_data_list); in fsnotify_add_notify_event()
287 struct fsnotify_event_private_data *priv; in fsnotify_flush_notify() local
295 priv = fsnotify_remove_priv_from_event(group, event); in fsnotify_flush_notify()
297 if (priv) in fsnotify_flush_notify()
298 group->ops->free_event_priv(priv); in fsnotify_flush_notify()