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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_impl.h191 matchtype_t zn_matchtype; member in struct:zap_name
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c364 if (zn->zn_matchtype == MT_FIRST) {
423 ASSERT(zn->zn_matchtype == MT_EXACT ||
441 if (zn->zn_matchtype == MT_BEST) {
442 zn->zn_matchtype = MT_FIRST;
H A Dzap_micro.c159 if (zn->zn_matchtype == MT_FIRST) {
187 zn->zn_matchtype = mt;
218 zn->zn_matchtype = MT_EXACT;
317 if (zn->zn_matchtype == MT_BEST) {
318 zn->zn_matchtype = MT_FIRST;

Completed in 98 milliseconds