Searched defs:fsnotify_ops (Results 1 – 2 of 2) sorted by relevance
148 struct fsnotify_ops { struct149 int (*handle_event)(struct fsnotify_group *group, u32 mask,153 int (*handle_inode_event)(struct fsnotify_mark *mark, u32 mask,156 void (*free_group_priv)(struct fsnotify_group *group);180 const struct fsnotify_ops *ops; /* how this group handles things */ argument
105 struct fsnotify_ops { struct106 int (*handle_event)(struct fsnotify_group *group,111 void (*free_group_priv)(struct fsnotify_group *group);112 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);113 void (*free_event)(struct fsnotify_event *event);137 const struct fsnotify_ops *ops; /* how this group handles things */ argument