HomeSort by: relevance | last modified time | path
    Searched defs:lvm_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
lvm2app.h 107 typedef struct lvm *lvm_t; typedef in typeref:struct:lvm
186 lvm_t lvm_init(const char *system_dir);
199 void lvm_quit(lvm_t libh);
214 int lvm_config_reload(lvm_t libh);
233 int lvm_config_override(lvm_t libh, const char *config_string);
252 int lvm_errno(lvm_t libh);
266 const char *lvm_errmsg(lvm_t libh);
274 int lvm_scan(lvm_t libh);
281 * The memory allocated for the list is tied to the lvm_t handle and will be
310 struct dm_list *lvm_list_vg_names(lvm_t libh)
    [all...]
  /src/external/gpl2/lvm2/dist/liblvm/
lvm2app.h 107 typedef struct lvm *lvm_t; typedef in typeref:struct:lvm
186 lvm_t lvm_init(const char *system_dir);
199 void lvm_quit(lvm_t libh);
214 int lvm_config_reload(lvm_t libh);
233 int lvm_config_override(lvm_t libh, const char *config_string);
252 int lvm_errno(lvm_t libh);
266 const char *lvm_errmsg(lvm_t libh);
274 int lvm_scan(lvm_t libh);
281 * The memory allocated for the list is tied to the lvm_t handle and will be
310 struct dm_list *lvm_list_vg_names(lvm_t libh)
    [all...]

Completed in 21 milliseconds