Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_impl.c123 zn->zn_matchtype = 0; in zap_name_alloc_uint64()
154 zn->zn_matchtype = mt; in zap_name_init_str()
204 if (zn->zn_matchtype & MT_NORMALIZE) { in zap_match()
H A Dzap_leaf.c390 if (zn->zn_matchtype & MT_NORMALIZE) { in zap_leaf_array_match()
447 ASSERT((zn->zn_matchtype == 0) || in zap_leaf_lookup()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h201 matchtype_t zn_matchtype; member