Searched refs:fanotify_data (Results 1 – 4 of 4) sorted by relevance
81 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()93 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()150 spin_lock(&group->fanotify_data.access_lock); in dequeue_event()151 list_for_each_entry(event, &group->fanotify_data.access_list, in dequeue_event()160 spin_unlock(&group->fanotify_data.access_lock); in dequeue_event()197 wake_up(&group->fanotify_data.access_waitq); in process_access_response()309 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()312 spin_lock(&group->fanotify_data.access_lock); in fanotify_read()314 &group->fanotify_data.access_list); in fanotify_read()315 spin_unlock(&group->fanotify_data.access_lock); in fanotify_read()[all …]
70 wait_event(group->fanotify_data.access_waitq, event->response || in fanotify_get_response()71 atomic_read(&group->fanotify_data.bypass_perm)); in fanotify_get_response()244 user = group->fanotify_data.user; in fanotify_free_group_priv()
160 if (group->fanotify_data.max_marks == UINT_MAX) in fanotify_show_fdinfo()164 flags, group->fanotify_data.f_flags); in fanotify_show_fdinfo()
187 } fanotify_data; member