Searched defs:fsnotify_ops (Results 1 – 1 of 1) sorted by relevance
100 struct fsnotify_ops { struct101 int (*handle_event)(struct fsnotify_group *group,106 void (*free_group_priv)(struct fsnotify_group *group);107 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);108 void (*free_event)(struct fsnotify_event *event);132 const struct fsnotify_ops *ops; /* how this group handles things */ argument