Searched refs:za_num_integers (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt_zap.c120 uint64_t csize = za.za_num_integers;
H A Ddsl_deleg.c350 ASSERT(baseza.za_num_integers == 1);
705 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1);
749 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1);
H A Ddsl_prop.c1020 char *tmp = kmem_alloc(za.za_num_integers,
1023 za.za_name, 1, za.za_num_integers, tmp);
1025 kmem_free(tmp, za.za_num_integers);
1030 kmem_free(tmp, za.za_num_integers);
H A Dsa.c1055 za.za_num_integers, KM_SLEEP);
1058 za.za_name, 2, za.za_num_integers,
1061 za.za_num_integers);
1068 za.za_num_integers, lot_num,
1070 za.za_num_integers), B_FALSE, NULL);
1072 za.za_num_integers);
H A Dzfeature.c189 za.za_num_integers == 1);
H A Ddmu_objset.c1759 ASSERT3U(attr->za_num_integers, ==, 1);
1793 ASSERT3U(attr->za_num_integers, ==, 1);
1994 ASSERT3U(attr->za_num_integers, ==, 1);
2032 ASSERT3U(attr->za_num_integers, ==, 1);
H A Dzap.c1023 if (za.za_integer_length != 8 || za.za_num_integers != 1) {
1048 if (za.za_integer_length != 8 || za.za_num_integers != 1) {
1075 if (za.za_integer_length != 8 || za.za_num_integers != 1) {
1234 za->za_num_integers = zeh.zeh_num_integers;
H A Dspa.c375 strval = kmem_alloc(za.za_num_integers, KM_SLEEP);
377 za.za_name, 1, za.za_num_integers, strval);
379 kmem_free(strval, za.za_num_integers);
383 kmem_free(strval, za.za_num_integers);
3320 za.za_num_integers == 1);
3333 za.za_num_integers == 1);
H A Dzap_micro.c1395 za->za_num_integers = 1;
H A Dzfs_vnops.c2322 zap.za_num_integers != 1) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h351 uint64_t za_num_integers; member in struct:__anon499
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c407 if (attr.za_num_integers == 0) {
411 prop = umem_zalloc(attr.za_num_integers *
414 attr.za_integer_length, attr.za_num_integers, prop);
418 for (i = 0; i < attr.za_num_integers; i++) {
436 umem_free(prop, attr.za_num_integers * attr.za_integer_length);
536 if (attr.za_num_integers == 0) {
565 if (attr.za_num_integers == 0) {
571 layout_attrs = umem_zalloc(attr.za_num_integers *
576 attr.za_num_integers, layout_attrs) == 0);
578 for (i = 0; i != attr.za_num_integers;
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c795 uint64_t za_num_integers; member in struct:zap_attribute
828 za.za_num_integers = 1;
1602 za.za_num_integers = 1;
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c230 ASSERT(za.za_num_integers == 1);

Completed in 98 milliseconds