Searched refs:error_events_pool (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/notify/fanotify/
H A Dfanotify.c683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS);
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.error_events_pool);
H A Dfanotify_user.c1307 if (mempool_initialized(&group->fanotify_data.error_events_pool))
1310 return mempool_init_kmalloc_pool(&group->fanotify_data.error_events_pool,
/linux-master/include/linux/
H A Dfsnotify_backend.h254 mempool_t error_events_pool; member in struct:fsnotify_group::__anon1130::fanotify_group_private_data

Completed in 213 milliseconds