Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c186 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()
231 ret = wait_event_state(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()
867 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()
972 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()
973 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()
974 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()
977 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()
978 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()
1012 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()
[all …]
/linux/include/linux/
H A Dfanotify.h9 ((group)->fanotify_data.flags & (flag))