Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c350 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 Dddt_zap.c120 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
H A Ddsl_prop.c970 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 Dsa.c1056 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 Dzap.c1001 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 Dzfeature.c189 za.za_num_integers == 1); in spa_features_check()
H A Ddmu_objset.c1694 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 Dspa.c370 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 Dzap_micro.c1299 za->za_num_integers = 1; in zap_cursor_retrieve()
H A Dzfs_vnops.c2364 zap.za_num_integers != 1) { in zfs_readdir()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c389 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 Dzap.h344 uint64_t za_num_integers; member
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c791 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 Dzhack.c230 ASSERT(za.za_num_integers == 1); in dump_obj()