Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
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()
Dzap_micro.c159 if (zn->zn_matchtype == MT_FIRST) { in zap_match()
187 zn->zn_matchtype = mt; in zap_name_alloc()
218 zn->zn_matchtype = MT_EXACT; in zap_name_alloc_uint64()
317 if (zn->zn_matchtype == MT_BEST) { in mze_find()
318 zn->zn_matchtype = MT_FIRST; in mze_find()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzap_impl.h191 matchtype_t zn_matchtype; member