Home
last modified time | relevance | path

Searched refs:pv_read (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dpvchange.c100 if (!(pv = pv_read(cmd, pv_name, NULL, &sector, 1, 0))) { in _pvchange_single()
246 if (!(pv = pv_read(cmd, pv_name, &mdas, NULL, 1, 0))) { in pvchange()
264 if (!(pv = pv_read(cmd, pv_name, in pvchange()
H A Dpvremove.c38 if (!(pv = pv_read(cmd, name, &mdas, NULL, 1, 0))) { in pvremove_check()
58 if (!(pv = pv_read(cmd, name, NULL, NULL, 1, 0))) { in pvremove_check()
H A Dpvresize.c53 if (!(pv = pv_read(cmd, pv_name, &mdas, NULL, 1, 0))) { in _pv_resize_single()
H A Dtoollib.c605 if (!(pv = pv_read(cmd, dev_name(dev), NULL, NULL, 0, 0))) { in _process_all_devs()
690 if (!(pv = pv_read(cmd, argv[opt], NULL, in process_each_pv()
713 if (!(pv = pv_read(cmd, argv[opt], in process_each_pv()
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.h207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member
H A Dmetadata.c1203 pv = pv_read(cmd, name, NULL, NULL, 0, 0); in pvcreate_check()
1214 pv = pv_read(cmd, name, NULL, NULL, 0, 0); in pvcreate_check()
2939 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name, in pv_read() function
2982 if (!(info->fmt->ops->pv_read(info->fmt, pv_name, pv, mdas, in _pv_read()
H A Dmetadata-exported.h387 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name,
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dmetadata.h207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member
H A Dmetadata-exported.h387 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name,
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/
H A Dformat_pool.c296 .pv_read = _pool_pv_read,
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.c494 .pv_read = _format1_pv_read,
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1963 .pv_read = _text_pv_read,