Searched refs:fanotify_data (Results 1 – 5 of 5) sorted by relevance
134 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()143 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()213 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()220 wake_up(&group->fanotify_data.access_waitq); in process_access_response()525 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()529 &group->fanotify_data.access_list); in fanotify_read()589 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()592 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()620 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()828 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_new_mark()[all …]
180 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()747 user = group->fanotify_data.user; in fanotify_free_group_priv()
140 group->fanotify_data.flags, group->fanotify_data.f_flags); in fanotify_show_fdinfo()
8 ((group)->fanotify_data.flags & (flag))
244 } fanotify_data; member