HomeSort by: relevance | last modified time | path
    Searched refs:zn_matchtype (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_impl.h 191 matchtype_t zn_matchtype; member in struct:zap_name
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 364 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;
zap_micro.c 159 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 50 milliseconds