Searched defs:format_handler (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | metadata.h | 198 struct format_handler { struct 202 int (*scan) (const struct format_type * fmt); 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, 215 int (*pv_setup) (const struct format_type * fmt, 227 int (*pv_write) (const struct format_type * fmt, 235 int (*lv_setup) (struct format_instance * fi, 242 int (*vg_setup) (struct format_instance * fi, struct volume_group * vg); 247 int (*segtype_supported) (struct format_instance *fid, 253 struct format_instance *(*create_instance) (const struct format_type * 261 void (*destroy_instance) (struct format_instance * fid); [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | metadata.h | 198 struct format_handler { struct 202 int (*scan) (const struct format_type * fmt); 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, 215 int (*pv_setup) (const struct format_type * fmt, 227 int (*pv_write) (const struct format_type * fmt, 235 int (*lv_setup) (struct format_instance * fi, 242 int (*vg_setup) (struct format_instance * fi, struct volume_group * vg); 247 int (*segtype_supported) (struct format_instance *fid, 253 struct format_instance *(*create_instance) (const struct format_type * 261 void (*destroy_instance) (struct format_instance * fid); [all …]
|