| /src/external/gpl2/lvm2/dist/include/ |
| metadata.h | 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member in struct:format_handler
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| metadata.h | 207 int (*pv_read) (const struct format_type * fmt, const char *pv_name, member in struct:format_handler
|
| metadata.c | 1203 pv = pv_read(cmd, name, NULL, NULL, 0, 0); 1214 pv = pv_read(cmd, name, NULL, NULL, 0, 0); 2925 * pv_read - read and return a handle to a physical volume 2926 * @cmd: LVM command initiating the pv_read 2939 struct physical_volume *pv_read(struct cmd_context *cmd, const char *pv_name, function 2982 if (!(info->fmt->ops->pv_read(info->fmt, pv_name, pv, mdas,
|