Searched refs:za_num_integers (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 350 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 D | ddt_zap.c | 132 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
|
H A D | dsl_prop.c | 1018 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 D | sa.c | 1060 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 D | zap.c | 1032 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 D | zfeature.c | 189 za.za_num_integers == 1); in spa_features_check()
|
H A D | dmu_objset.c | 2621 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl() 2655 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl() 2856 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl() 2894 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
|
H A D | spa.c | 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() 4799 za.za_num_integers == 1); 4812 za.za_num_integers == 1);
|
H A D | zap_micro.c | 1513 za->za_num_integers = 1; in zap_cursor_retrieve()
|
H A D | zfs_vnops.c | 2524 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 D | fsys_zfs.c | 796 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 D | zap.h | 360 uint64_t za_num_integers; member
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 433 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() 476 umem_free(prop, attr.za_num_integers * attr.za_integer_length); 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() [all …]
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 193 ASSERT(za.za_num_integers == 1); in dump_obj()
|