Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c225 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()
234 group->fanotify_data.f_flags | FMODE_NONOTIFY, in create_fd()
304 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()
311 wake_up(&group->fanotify_data.access_waitq); in process_access_response()
718 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()
722 &group->fanotify_data.access_list); in fanotify_read()
783 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()
786 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()
813 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()
1018 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()
[all …]
Dfanotify.c160 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()
201 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
701 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()
804 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()
805 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()
806 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()
867 dec_ucount(group->fanotify_data.ucounts, UCOUNT_FANOTIFY_MARKS); in fanotify_freeing_mark()
/Linux-v5.15/fs/notify/
Dfdinfo.c147 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()
148 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
/Linux-v5.15/include/linux/
Dfanotify.h11 ((group)->fanotify_data.flags & (flag))
Dfsnotify_backend.h241 } fanotify_data; member