Home
last modified time | relevance | path

Searched refs:init_lvm1_format (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.h28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
H A Dformat1.c506 struct format_type *init_lvm1_format(struct cmd_context *cmd) in init_lvm1_format() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dformat1.h28 struct format_type *init_lvm1_format(struct cmd_context *cmd);
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c738 if (!(fmt = init_lvm1_format(cmd))) in _init_formats()