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

/linux-master/fs/notify/
H A Dgroup.c24 if (group->ops->free_group_priv)
25 group->ops->free_group_priv(group);
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c205 .free_group_priv = inotify_free_group_priv,
/linux-master/include/linux/
H A Dfsnotify_backend.h149 * free_group_priv - called when a group refcnt hits 0 to clean up the private union
163 void (*free_group_priv)(struct fsnotify_group *group); member in struct:fsnotify_ops
/linux-master/fs/notify/fanotify/
H A Dfanotify.c1060 .free_group_priv = fanotify_free_group_priv,

Completed in 311 milliseconds