Searched refs:zpool_name_to_prop (Results 1 – 6 of 6) sorted by relevance
157 zpool_name_to_prop(const char *propname) in zpool_name_to_prop() function
260 zpool_name_to_prop;
466 prop = zpool_name_to_prop(propname); in zpool_valid_proplist()
322 zpool_prop_t zpool_name_to_prop(const char *);
599 if ((prop = zpool_name_to_prop(propname)) == ZPOOL_PROP_INVAL && in add_prop_list()1166 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_BOOTSIZE) { in zpool_do_create()1181 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_VERSION) { in zpool_do_create()1191 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_ALTROOT) in zpool_do_create()
429 if ((prop = zpool_name_to_prop(za.za_name)) == ZPOOL_PROP_INVAL) in spa_prop_get()515 zpool_prop_t prop = zpool_name_to_prop(propname); in spa_prop_validate()765 zpool_prop_t prop = zpool_name_to_prop(nvpair_name(elem)); in spa_prop_set()8102 switch (prop = zpool_name_to_prop(nvpair_name(elem))) {