Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c350 ASSERT(baseza.za_num_integers == 1); in dsl_deleg_get()
704 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in copy_create_perms()
748 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in dsl_deleg_destroy()
H A Dddt_zap.c132 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
H A Ddsl_prop.c1018 char *tmp = kmem_alloc(za.za_num_integers, in dsl_prop_get_all_impl()
1021 za.za_name, 1, za.za_num_integers, tmp); in dsl_prop_get_all_impl()
1023 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
1028 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
H A Dsa.c1060 za.za_num_integers, KM_SLEEP); in sa_setup()
1063 za.za_name, 2, za.za_num_integers, in sa_setup()
1066 za.za_num_integers); in sa_setup()
1073 za.za_num_integers, lot_num, in sa_setup()
1075 za.za_num_integers), B_FALSE, NULL); in sa_setup()
1077 za.za_num_integers); in sa_setup()
H A Dzap.c1032 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join()
1057 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_key()
1084 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_increment()
1257 za->za_num_integers = zeh.zeh_num_integers; in fzap_cursor_retrieve()
H A Dzfeature.c189 za.za_num_integers == 1); in spa_features_check()
H A Ddmu_objset.c2619 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl()
2653 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl()
2854 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
2892 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
H A Dspa.c471 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()
4799 za.za_num_integers == 1);
4812 za.za_num_integers == 1);
H A Dzap_micro.c1513 za->za_num_integers = 1; in zap_cursor_retrieve()
H A Dzfs_vnops.c2524 zap.za_num_integers != 1) { in zfs_readdir()
2925 if (zap.za_integer_length != 8 || zap.za_num_integers != 1) { in zfs_setattr_dir()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c796 uint64_t za_num_integers; member
829 za.za_num_integers = 1; in zap_iterate()
1603 za.za_num_integers = 1; in check_pool_label()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h360 uint64_t za_num_integers; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c433 if (attr.za_num_integers == 0) { in dump_zap()
437 prop = umem_zalloc(attr.za_num_integers * in dump_zap()
440 attr.za_integer_length, attr.za_num_integers, prop); in dump_zap()
451 for (i = 0; i < attr.za_num_integers; i++) { in dump_zap()
458 for (i = 0; i < attr.za_num_integers; i++) { in dump_zap()
581 if (attr.za_num_integers == 0) { in dump_sa_attrs()
610 if (attr.za_num_integers == 0) { in dump_sa_layouts()
616 layout_attrs = umem_zalloc(attr.za_num_integers * in dump_sa_layouts()
621 attr.za_num_integers, layout_attrs) == 0); in dump_sa_layouts()
623 for (i = 0; i != attr.za_num_integers; i++) in dump_sa_layouts()
[all …]
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c193 ASSERT(za.za_num_integers == 1); in dump_obj()