Searched refs:zn_matchtype (Results 1 – 3 of 3) sorted by relevance
364 if (zn->zn_matchtype == MT_FIRST) { in zap_leaf_array_match()423 ASSERT(zn->zn_matchtype == MT_EXACT || in zap_leaf_lookup()441 if (zn->zn_matchtype == MT_BEST) { in zap_leaf_lookup()442 zn->zn_matchtype = MT_FIRST; in zap_leaf_lookup()
157 if (zn->zn_matchtype == MT_FIRST) { in zap_match()185 zn->zn_matchtype = mt; in zap_name_alloc()216 zn->zn_matchtype = MT_EXACT; in zap_name_alloc_uint64()309 if (zn->zn_matchtype == MT_BEST) { in mze_find()310 zn->zn_matchtype = MT_FIRST; in mze_find()
190 matchtype_t zn_matchtype; member