Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h198 boolean_t zap_match(zap_name_t *zn, const char *matchname);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c154 zap_match(zap_name_t *zn, const char *matchname) in zap_match() function
307 if (zap_match(zn, MZE_PHYS(zn->zn_zap, mze)->mze_name)) in mze_find()
742 if (zap_match(zn, MZE_PHYS(zap, other)->mze_name)) { in mzap_normalization_conflict()
H A Dzap_leaf.c370 match = zap_match(zn, thisname); in zap_leaf_array_match()