Lines Matching refs:fanotify_data
192 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()
237 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()
875 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()
984 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()
985 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()
986 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()
989 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()
990 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()
1024 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()
1062 dec_ucount(group->fanotify_data.ucounts, UCOUNT_FANOTIFY_MARKS); in fanotify_freeing_mark()