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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_impl.h190 matchtype_t zn_matchtype; member in struct:zap_name
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/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.c158 if (zn->zn_matchtype == MT_FIRST) {
186 zn->zn_matchtype = mt;
217 zn->zn_matchtype = MT_EXACT;
316 if (zn->zn_matchtype == MT_BEST) {
317 zn->zn_matchtype = MT_FIRST;

Completed in 61 milliseconds