Home
last modified time | relevance | path

Searched refs:target_monitor_events (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dsegtype.h97 int (*target_monitor_events) (struct lv_segment *seg, int events); member
/dragonfly/contrib/lvm2/dist/include/
H A Dsegtype.h97 int (*target_monitor_events) (struct lv_segment *seg, int events); member
/dragonfly/contrib/lvm2/dist/lib/snapshot/
H A Dsnapshot.c291 .target_monitor_events = _target_register_events,
/dragonfly/contrib/lvm2/dist/lib/activate/
H A Dactivate.c807 else if (seg->segtype->ops->target_monitor_events) in monitor_dev_for_events()
808 monitor_fn = seg->segtype->ops->target_monitor_events; in monitor_dev_for_events()
/dragonfly/contrib/lvm2/dist/lib/mirror/
H A Dmirrored.c571 .target_monitor_events = _target_monitor_events,