Lines Matching refs:za
400 zap_attribute_t za; in spa_prop_get() local
422 (err = zap_cursor_retrieve(&zc, &za)) == 0; in spa_prop_get()
429 if ((prop = zpool_name_to_prop(za.za_name)) == ZPOOL_PROP_INVAL) in spa_prop_get()
432 switch (za.za_integer_length) { in spa_prop_get()
435 if (za.za_first_integer != in spa_prop_get()
446 za.za_first_integer, FTAG, &ds); in spa_prop_get()
459 intval = za.za_first_integer; in spa_prop_get()
471 strval = kmem_alloc(za.za_num_integers, KM_SLEEP); in spa_prop_get()
473 za.za_name, 1, za.za_num_integers, strval); in spa_prop_get()
475 kmem_free(strval, za.za_num_integers); in spa_prop_get()
479 kmem_free(strval, za.za_num_integers); in spa_prop_get()
4788 zap_attribute_t za; local
4796 zap_cursor_retrieve(&zc, &za) == 0;
4798 ASSERT(za.za_integer_length == sizeof (uint64_t) &&
4799 za.za_num_integers == 1);
4800 VERIFY3U(0, ==, nvlist_add_uint64(features, za.za_name,
4801 za.za_first_integer));
4809 zap_cursor_retrieve(&zc, &za) == 0;
4811 ASSERT(za.za_integer_length == sizeof (uint64_t) &&
4812 za.za_num_integers == 1);
4813 VERIFY3U(0, ==, nvlist_add_uint64(features, za.za_name,
4814 za.za_first_integer));
7979 zap_attribute_t za; local
7983 zap_cursor_retrieve(&zc, &za) == 0;
7985 uint64_t vdzap = za.za_first_integer;
8011 zap_attribute_t za; local
8016 zap_cursor_retrieve(&zc, &za) == 0;
8018 uint64_t zap = za.za_first_integer;