Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
267 group->fanotify_data.f_flags | __FMODE_NONOTIFY, in create_fd()384 wake_up(&group->fanotify_data.access_waitq); in process_access_response()848 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()852 &group->fanotify_data.access_list); in fanotify_read()947 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()1196 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()1480 if (!group->fanotify_data.ucounts) { in SYSCALL_DEFINE2()1485 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()1489 if (!group->fanotify_data.merge_hash) { in SYSCALL_DEFINE2()1502 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()[all …]
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()687 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()879 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()988 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()989 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()990 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()993 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()994 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()1028 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()[all …]
138 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()139 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
9 ((group)->fanotify_data.flags & (flag))
255 } fanotify_data; member
Completed in 14 milliseconds