Searched defs:fsnotify_ops (Results 1 – 1 of 1) sorted by relevance
116 struct fsnotify_ops { struct117 int (*handle_event)(struct fsnotify_group *group,122 void (*free_group_priv)(struct fsnotify_group *group);123 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);147 const struct fsnotify_ops *ops; /* how this group handles things */ argument