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

/linux-master/fs/notify/
H A Dfdinfo.c138 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS,
139 group->fanotify_data.f_flags);
/linux-master/include/linux/
H A Dfanotify.h9 ((group)->fanotify_data.flags & (flag))
H A Dfsnotify_backend.h255 } fanotify_data; member in union:fsnotify_group::__anon1130
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c257 client_fd = get_unused_fd_flags(group->fanotify_data.f_flags);
266 group->fanotify_data.f_flags | __FMODE_NONOTIFY,
376 list_for_each_entry(event, &group->fanotify_data.access_list,
383 wake_up(&group->fanotify_data.access_waitq);
852 wake_up(&group->fanotify_data.access_waitq);
856 &group->fanotify_data.access_list);
921 while (!list_empty(&group->fanotify_data.access_list)) {
924 event = list_first_entry(&group->fanotify_data.access_list,
951 wake_up(&group->fanotify_data.access_waitq);
1257 struct ucounts *ucounts = group->fanotify_data
[all...]
H A Dfanotify.c186 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket];
231 ret = wait_event_state(group->fanotify_data.access_waitq,
683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS);
867 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket];
972 kfree(group->fanotify_data.merge_hash);
973 if (group->fanotify_data.ucounts)
974 dec_ucount(group->fanotify_data.ucounts,
977 if (mempool_initialized(&group->fanotify_data.error_events_pool))
978 mempool_exit(&group->fanotify_data.error_events_pool);
1012 mempool_free(fee, &group->fanotify_data
[all...]

Completed in 119 milliseconds