Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
108 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()120 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()192 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()199 wake_up(&group->fanotify_data.access_waitq); in process_access_response()394 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()398 &group->fanotify_data.access_list); in fanotify_read()458 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()459 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()485 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()685 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_new_mark()[all …]
95 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()468 user = group->fanotify_data.user; in fanotify_free_group_priv()
148 group->fanotify_data.flags, group->fanotify_data.f_flags); in fanotify_show_fdinfo()
8 ((group)->fanotify_data.flags & (flag))
211 } fanotify_data; member