Searched defs:segtype_handler (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | segtype.h | 65 struct segtype_handler { struct 66 const char *(*name) (const struct lv_segment * seg); 67 void (*display) (const struct lv_segment * seg); 68 int (*text_export) (const struct lv_segment * seg, 70 int (*text_import_area_count) (struct config_node * sn, 72 int (*text_import) (struct lv_segment * seg, 75 int (*merge_segments) (struct lv_segment * seg1, 77 int (*add_target_line) (struct dev_manager *dm, struct dm_pool *mem, 82 int (*target_percent) (void **target_state, 89 int (*target_present) (struct cmd_context *cmd, [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | segtype.h | 65 struct segtype_handler { struct 66 const char *(*name) (const struct lv_segment * seg); 67 void (*display) (const struct lv_segment * seg); 68 int (*text_export) (const struct lv_segment * seg, 70 int (*text_import_area_count) (struct config_node * sn, 72 int (*text_import) (struct lv_segment * seg, 75 int (*merge_segments) (struct lv_segment * seg1, 77 int (*add_target_line) (struct dev_manager *dm, struct dm_pool *mem, 82 int (*target_percent) (void **target_state, 89 int (*target_present) (struct cmd_context *cmd, [all …]
|