HomeSort by: relevance | last modified time | path
    Searched refs:get_config_uint32 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
config.h 110 int get_config_uint32(const struct config_node *cn, const char *path,
  /src/external/gpl2/lvm2/dist/lib/config/
config.h 110 int get_config_uint32(const struct config_node *cn, const char *path,
config.c 1109 int get_config_uint32(const struct config_node *cn, const char *path, function
  /src/external/gpl2/lvm2/dist/lib/striped/
striped.c 64 if (!get_config_uint32(sn, "stripe_count", area_count)) {
79 !get_config_uint32(sn, "stripe_size", &seg->stripe_size)) {
  /src/external/gpl2/lvm2/dist/lib/mirror/
mirrored.c 81 if (!get_config_uint32(sn, "mirror_count", area_count)) {
97 if (get_config_uint32(sn, "extents_moved",
109 if (!get_config_uint32(sn, "region_size",
  /src/external/gpl2/lvm2/dist/lib/format_text/
import_vsn1.c 35 get_config_uint32(root, path, (uint32_t *) result)
38 get_config_uint32(root, path, result)
808 get_config_uint32(cft->root, "creation_time", &u);
  /src/external/gpl2/lvm2/dist/lib/snapshot/
snapshot.c 44 if (!get_config_uint32(sn, "chunk_size", &chunk_size)) {

Completed in 50 milliseconds