Home
last modified time | relevance | path

Searched refs:free_group_priv (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/notify/
H A Dgroup.c24 if (group->ops->free_group_priv) in fsnotify_final_destroy_group()
25 group->ops->free_group_priv(group); in fsnotify_final_destroy_group()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c205 .free_group_priv = inotify_free_group_priv,
/openbmc/linux/include/linux/
H A Dfsnotify_backend.h163 void (*free_group_priv)(struct fsnotify_group *group); member
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c1076 .free_group_priv = fanotify_free_group_priv,