/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | pvchange.c | 100 if (!(pv = pv_read(cmd, pv_name, NULL, §or, 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 D | pvremove.c | 38 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 D | pvresize.c | 53 if (!(pv = pv_read(cmd, pv_name, &mdas, NULL, 1, 0))) { in _pv_resize_single()
|
H A D | toollib.c | 605 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 D | metadata.h | 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member
|
H A D | metadata.c | 1203 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 D | metadata-exported.h | 387 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name,
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | metadata.h | 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member
|
H A D | metadata-exported.h | 387 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name,
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
H A D | format_pool.c | 296 .pv_read = _pool_pv_read,
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
H A D | format1.c | 494 .pv_read = _format1_pv_read,
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | format-text.c | 1963 .pv_read = _text_pv_read,
|