Home
last modified time | relevance | path

Searched refs:get_alloc_from_string (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/include/
H A Ddisplay.h62 alloc_policy_t get_alloc_from_string(const char *str);
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.h62 alloc_policy_t get_alloc_from_string(const char *str);
H A Ddisplay.c136 alloc_policy_t get_alloc_from_string(const char *str) in get_alloc_from_string() function
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c525 lv->alloc = get_alloc_from_string(cv->v.str); in _read_lvnames()
728 vg->alloc = get_alloc_from_string(cv->v.str); in _read_vg()
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvmcmdline.c444 alloc = get_alloc_from_string(a->value); in alloc_arg()