Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c108 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 …]
Dfanotify.c95 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
468 user = group->fanotify_data.user; in fanotify_free_group_priv()
/Linux-v5.4/fs/notify/
Dfdinfo.c148 group->fanotify_data.flags, group->fanotify_data.f_flags); in fanotify_show_fdinfo()
/Linux-v5.4/include/linux/
Dfanotify.h8 ((group)->fanotify_data.flags & (flag))
Dfsnotify_backend.h211 } fanotify_data; member