Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
247 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()324 wake_up(&group->fanotify_data.access_waitq); in process_access_response()763 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()767 &group->fanotify_data.access_list); in fanotify_read()858 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()1063 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()1294 if (!group->fanotify_data.ucounts) { in SYSCALL_DEFINE2()1299 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()1303 if (!group->fanotify_data.merge_hash) { in SYSCALL_DEFINE2()1316 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()[all …]
173 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()218 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()619 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()780 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()886 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()887 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()888 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()891 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()892 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()926 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()[all …]
147 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()148 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
11 ((group)->fanotify_data.flags & (flag))
251 } fanotify_data; member
Completed in 12 milliseconds