Searched refs:monitor_fn (Results 1 – 1 of 1) sorted by relevance
737 int (*monitor_fn) (struct lv_segment *s, int e); in monitor_dev_for_events() local791 monitor_fn = NULL; in monitor_dev_for_events()808 monitor_fn = seg->segtype->ops->target_monitor_events; in monitor_dev_for_events()813 monitor_fn = seg->segtype->ops->target_unmonitor_events; in monitor_dev_for_events()817 if (!monitor_fn) in monitor_dev_for_events()823 if (!monitor_fn(seg, 0)) { in monitor_dev_for_events()