Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
266 group->fanotify_data.f_flags | __FMODE_NONOTIFY, in create_fd()383 wake_up(&group->fanotify_data.access_waitq); in process_access_response()852 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()856 &group->fanotify_data.access_list); in fanotify_read()951 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()1233 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()1492 if (!group->fanotify_data.ucounts) { in SYSCALL_DEFINE2()1497 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()1501 if (!group->fanotify_data.merge_hash) { in SYSCALL_DEFINE2()1514 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()[all …]
186 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 …]
134 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()135 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
9 ((group)->fanotify_data.flags & (flag))
258 } fanotify_data; member
Completed in 15 milliseconds