Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dformat_pool.h27 struct format_type *init_pool_format(struct cmd_context *cmd);
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/
H A Dformat_pool.h27 struct format_type *init_pool_format(struct cmd_context *cmd);
H A Dformat_pool.c305 struct format_type *init_pool_format(struct cmd_context *cmd) in init_pool_format() function
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c745 if (!(fmt = init_pool_format(cmd))) in _init_formats()