Home
last modified time | relevance | path

Searched refs:MT_NORMALIZE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c71 mt = MT_NORMALIZE; in dsl_dataset_bmark_lookup()
378 mt = MT_NORMALIZE; in dsl_dataset_bookmark_remove()
H A Dzap_leaf.c356 if (zn->zn_matchtype & MT_NORMALIZE) { in zap_leaf_array_match()
671 zn = zap_name_alloc(zap, name, MT_NORMALIZE); in zap_entry_normalization_conflict()
H A Dzfs_dir.c189 mt = MT_NORMALIZE; in zfs_dirent_lock()
870 matchtype_t mt = MT_NORMALIZE; in zfs_dropname()
H A Dzap_micro.c156 if (zn->zn_matchtype & MT_NORMALIZE) { in zap_match()
858 MT_NORMALIZE); in mzap_normalization_conflict()
H A Ddsl_dataset.c379 mt = MT_NORMALIZE; in dsl_dataset_snap_lookup()
383 if (err == ENOTSUP && (mt & MT_NORMALIZE)) in dsl_dataset_snap_lookup()
400 mt = MT_NORMALIZE; in dsl_dataset_snap_remove()
403 if (err == ENOTSUP && (mt & MT_NORMALIZE)) in dsl_dataset_snap_remove()
H A Ddmu_objset.c2485 MT_NORMALIZE, real, maxlen, conflict)); in dmu_snapshot_realname()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h100 MT_NORMALIZE = 1 << 0, enumerator