Lines Matching refs:fanotify_data
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()
985 group->fanotify_data.user = user; in SYSCALL_DEFINE2()
986 group->fanotify_data.flags = flags; in SYSCALL_DEFINE2()
998 group->fanotify_data.f_flags = event_f_flags; in SYSCALL_DEFINE2()
999 init_waitqueue_head(&group->fanotify_data.access_waitq); in SYSCALL_DEFINE2()
1000 INIT_LIST_HEAD(&group->fanotify_data.access_list); in SYSCALL_DEFINE2()
1029 group->fanotify_data.max_marks = UINT_MAX; in SYSCALL_DEFINE2()
1031 group->fanotify_data.max_marks = FANOTIFY_DEFAULT_MAX_MARKS; in SYSCALL_DEFINE2()