Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzprop_common.c61 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() function
193 num_props = zprop_get_numprops(type); in zprop_iter_common()
299 ASSERT(prop < zprop_get_numprops(type)); in zprop_string_to_index()
325 ASSERT(prop < zprop_get_numprops(type)); in zprop_index_to_string()
349 ASSERT((uint_t)prop < zprop_get_numprops(type)); in zprop_random_value()
365 ASSERT(prop < zprop_get_numprops(type)); in zprop_values()
387 ASSERT(prop < zprop_get_numprops(type)); in zprop_valid_for_type()
409 ASSERT(prop < zprop_get_numprops(type)); in zprop_width()