Searched refs:za_num_integers (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 350 ASSERT(baseza.za_num_integers == 1); in dsl_deleg_get() 705 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in copy_create_perms() 749 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in dsl_deleg_destroy()
|
H A D | ddt_zap.c | 120 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
|
H A D | dsl_prop.c | 970 char *tmp = kmem_alloc(za.za_num_integers, in dsl_prop_get_all_impl() 973 za.za_name, 1, za.za_num_integers, tmp); in dsl_prop_get_all_impl() 975 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl() 980 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
|
H A D | sa.c | 1056 za.za_num_integers, KM_SLEEP); in sa_setup() 1059 za.za_name, 2, za.za_num_integers, in sa_setup() 1062 za.za_num_integers); in sa_setup() 1069 za.za_num_integers, lot_num, in sa_setup() 1071 za.za_num_integers), B_FALSE, NULL); in sa_setup() 1073 za.za_num_integers); in sa_setup()
|
H A D | zap.c | 1001 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join() 1026 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join_key() 1053 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join_increment() 1212 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 | 1694 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl() 1726 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl() 1912 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl() 1950 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
|
H A D | spa.c | 370 strval = kmem_alloc(za.za_num_integers, KM_SLEEP); in spa_prop_get() 372 za.za_name, 1, za.za_num_integers, strval); in spa_prop_get() 374 kmem_free(strval, za.za_num_integers); in spa_prop_get() 378 kmem_free(strval, za.za_num_integers); in spa_prop_get() 3204 za.za_num_integers == 1); in spa_add_feature_stats() 3217 za.za_num_integers == 1); in spa_add_feature_stats()
|
H A D | zap_micro.c | 1299 za->za_num_integers = 1; in zap_cursor_retrieve()
|
H A D | zfs_vnops.c | 2364 zap.za_num_integers != 1) { in zfs_readdir()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 389 if (attr.za_num_integers == 0) { in dump_zap() 393 prop = umem_zalloc(attr.za_num_integers * in dump_zap() 396 attr.za_integer_length, attr.za_num_integers, prop); in dump_zap() 400 for (i = 0; i < attr.za_num_integers; i++) { in dump_zap() 418 umem_free(prop, attr.za_num_integers * attr.za_integer_length); in dump_zap() 523 if (attr.za_num_integers == 0) { in dump_sa_attrs() 552 if (attr.za_num_integers == 0) { in dump_sa_layouts() 558 layout_attrs = umem_zalloc(attr.za_num_integers * in dump_sa_layouts() 563 attr.za_num_integers, layout_attrs) == 0); in dump_sa_layouts() 565 for (i = 0; i != attr.za_num_integers; i++) in dump_sa_layouts() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap.h | 344 uint64_t za_num_integers; member
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 791 uint64_t za_num_integers; member 824 za.za_num_integers = 1; in zap_iterate() 1597 za.za_num_integers = 1; in check_pool_label()
|
/titanic_44/usr/src/cmd/zhack/ |
H A D | zhack.c | 230 ASSERT(za.za_num_integers == 1); in dump_obj()
|