Home
last modified time | relevance | path

Searched defs:fsnotify_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dfsnotify_backend.h100 struct fsnotify_ops { struct
101 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