Home
last modified time | relevance | path

Searched refs:fanotify_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c84 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()
96 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
153 list_for_each_entry(event, &group->fanotify_data.access_list, in dequeue_event()
194 if ((response & FAN_AUDIT) && !group->fanotify_data.audit) in process_access_response()
202 wake_up(&group->fanotify_data.access_waitq); in process_access_response()
318 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()
322 &group->fanotify_data.access_list); in fanotify_read()
382 list_for_each_entry_safe(event, next, &group->fanotify_data.access_list, in fanotify_release()
409 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()
610 if (atomic_read(&group->num_marks) > group->fanotify_data.max_marks) in fanotify_add_new_mark()
[all …]
Dfanotify.c68 wait_event(group->fanotify_data.access_waitq, event->response); in fanotify_get_response()
260 user = group->fanotify_data.user; in fanotify_free_group_priv()
/Linux-v4.19/fs/notify/
Dfdinfo.c157 if (group->fanotify_data.max_marks == UINT_MAX) in fanotify_show_fdinfo()
160 if (group->fanotify_data.audit) in fanotify_show_fdinfo()
164 flags, group->fanotify_data.f_flags); in fanotify_show_fdinfo()
/Linux-v4.19/include/linux/
Dfsnotify_backend.h196 } fanotify_data; member