1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvcreate prototype

This commit is contained in:
Alasdair Kergon 2001-11-05 13:06:03 +00:00
parent ab269099a7
commit 9277853f07

View File

@ -208,6 +208,9 @@ struct volume_group *vg_create(struct io_space *ios, const char *name,
int pv_count, char **pv_names);
struct physical_volume *pv_create(struct io_space *ios, const char *name);
struct logical_volume *lv_create(struct io_space *ios, const char *name,
uint32_t status, int stripes,
uint64_t extents, char **pv_names);
int vg_extend(struct io_space *ios, struct volume_group *vg, int pv_count,