Home
last modified time | relevance | path

Searched refs:merge_hash (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/notify/fanotify/
Dfanotify.c192 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_merge()
872 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket]; in fanotify_insert_event()
981 kfree(group->fanotify_data.merge_hash); in fanotify_free_group_priv()
Dfanotify_user.c1405 group->fanotify_data.merge_hash = fanotify_alloc_merge_hash(); in SYSCALL_DEFINE2()
1406 if (!group->fanotify_data.merge_hash) { in SYSCALL_DEFINE2()
/linux-5.19.10/include/linux/
Dfsnotify_backend.h247 struct hlist_head *merge_hash; member