Searched defs:fsnotify_ops (Results 1 – 1 of 1) sorted by relevance
147 struct fsnotify_ops { struct148 int (*handle_event)(struct fsnotify_group *group, u32 mask,152 int (*handle_inode_event)(struct fsnotify_mark *mark, u32 mask,155 void (*free_group_priv)(struct fsnotify_group *group);179 const struct fsnotify_ops *ops; /* how this group handles things */ argument