Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c364 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()
H A Dzap_micro.c157 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()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h190 matchtype_t zn_matchtype; member