Home
last modified time | relevance | path

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

/linux-6.1.9/fs/notify/fanotify/
Dfanotify_user.c258 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); in create_fd()
267 group->fanotify_data.f_flags | __FMODE_NONOTIFY, in create_fd()
337 list_for_each_entry(event, &group->fanotify_data.access_list, in process_access_response()
344 wake_up(&group->fanotify_data.access_waitq); in process_access_response()
808 wake_up(&group->fanotify_data.access_waitq); in fanotify_read()
812 &group->fanotify_data.access_list); in fanotify_read()
873 while (!list_empty(&group->fanotify_data.access_list)) { in fanotify_release()
876 event = list_first_entry(&group->fanotify_data.access_list, in fanotify_release()
903 wake_up(&group->fanotify_data.access_waitq); in fanotify_release()
1152 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark()
[all …]
Dfanotify.c192 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()
237 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()
875 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()
984 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()
985 if (group->fanotify_data.ucounts) in fanotify_free_group_priv()
986 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv()
989 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()
990 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()
1024 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()
[all …]
/linux-6.1.9/fs/notify/
Dfdinfo.c138 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()
139 group->fanotify_data.f_flags); in fanotify_show_fdinfo()
/linux-6.1.9/include/linux/
Dfanotify.h9 ((group)->fanotify_data.flags & (flag))
Dfsnotify_backend.h255 } fanotify_data; member