Home
last modified time | relevance | path

Searched refs:zn_key_orig_numints (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c380 if (array_numints != zn->zn_key_orig_numints) in zap_leaf_array_match()
594 numchunks = 1 + ZAP_LEAF_ARRAY_NCHUNKS(zn->zn_key_orig_numints * in zap_entry_create()
645 zn->zn_key_intlen, zn->zn_key_orig_numints); in zap_entry_create()
646 le->le_name_numints = zn->zn_key_orig_numints; in zap_entry_create()
H A Dzap_micro.c185 zn->zn_key_orig_numints = strlen(zn->zn_key_orig) + 1; in zap_name_alloc()
200 zn->zn_key_norm_numints = zn->zn_key_orig_numints; in zap_name_alloc()
216 zn->zn_key_orig_numints = zn->zn_key_norm_numints = numints; in zap_name_alloc_uint64()
H A Dzap.c717 if (zn->zn_key_orig_numints * zn->zn_key_intlen > ZAP_MAXNAMELEN) in fzap_checkname()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h187 int zn_key_orig_numints; member