Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
405 wake_up(&group->fanotify_data.access_waitq); in process_access_response()951 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()955 &group->fanotify_data.access_list); in fanotify_read()1020 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()1050 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()1327 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()1600 if (!group->fanotify_data.ucounts) { in SYSCALL_DEFINE2()1605 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()1609 if (!group->fanotify_data.merge_hash) { in SYSCALL_DEFINE2()1622 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()[all …]
187 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()232 ret = wait_event_state(group->fanotify_data.access_waitq, in fanotify_get_response()717 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()906 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()1012 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()1013 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()1014 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()1017 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()1018 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()1052 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()[all …]
137 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()138 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
9 ((group)->fanotify_data.flags & (flag))
275 } fanotify_data; member