Lines Matching refs:za
181 zap_attribute_t *za; in spa_features_check() local
187 za = zap_attribute_alloc(); in spa_features_check()
192 zap_cursor_retrieve(zc, za) == 0; in spa_features_check()
194 ASSERT(za->za_integer_length == sizeof (uint64_t) && in spa_features_check()
195 za->za_num_integers == 1); in spa_features_check()
198 fnvlist_add_uint64(enabled_feat, za->za_name, in spa_features_check()
199 za->za_first_integer); in spa_features_check()
202 if (za->za_first_integer != 0 && in spa_features_check()
203 !zfeature_is_supported(za->za_name)) { in spa_features_check()
210 za->za_name, 1, MAXPATHLEN, buf) == 0) in spa_features_check()
214 za->za_name, desc) == 0); in spa_features_check()
221 zap_attribute_free(za); in spa_features_check()