Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_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()
HDddt_zap.c119 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
HDdsl_prop.c1020 char *tmp = kmem_alloc(za.za_num_integers, in dsl_prop_get_all_impl()
1023 za.za_name, 1, za.za_num_integers, tmp); in dsl_prop_get_all_impl()
1025 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
1030 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
HDsa.c1059 za.za_num_integers, KM_SLEEP); in sa_setup()
1062 za.za_name, 2, za.za_num_integers, in sa_setup()
1065 za.za_num_integers); in sa_setup()
1072 za.za_num_integers, lot_num, in sa_setup()
1074 za.za_num_integers), B_FALSE, NULL); in sa_setup()
1076 za.za_num_integers); in sa_setup()
HDzap.c1000 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join()
1025 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join_key()
1052 if (za.za_integer_length != 8 || za.za_num_integers != 1) { in zap_join_increment()
1211 za->za_num_integers = zeh.zeh_num_integers; in fzap_cursor_retrieve()
HDzfeature.c189 za.za_num_integers == 1); in spa_features_check()
HDdmu_objset.c1656 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl()
1688 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_dp_impl()
1874 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
1912 ASSERT3U(attr->za_num_integers, ==, 1); in dmu_objset_find_impl()
HDspa.c393 strval = kmem_alloc(za.za_num_integers, KM_SLEEP); in spa_prop_get()
395 za.za_name, 1, za.za_num_integers, strval); in spa_prop_get()
397 kmem_free(strval, za.za_num_integers); in spa_prop_get()
401 kmem_free(strval, za.za_num_integers); in spa_prop_get()
3295 za.za_num_integers == 1); in spa_add_feature_stats()
3308 za.za_num_integers == 1); in spa_add_feature_stats()
HDzap_micro.c1310 za->za_num_integers = 1; in zap_cursor_retrieve()
HDzfs_vnops.c2640 zap.za_num_integers != 1) { in zfs_readdir()
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.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()
518 if (attr.za_num_integers == 0) { in dump_sa_attrs()
547 if (attr.za_num_integers == 0) { in dump_sa_layouts()
553 layout_attrs = umem_zalloc(attr.za_num_integers * in dump_sa_layouts()
558 attr.za_num_integers, layout_attrs) == 0); in dump_sa_layouts()
560 for (i = 0; i != attr.za_num_integers; i++) in dump_sa_layouts()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzap.h344 uint64_t za_num_integers; member
/NextBSD/cddl/contrib/opensolaris/cmd/zhack/
HDzhack.c231 ASSERT(za.za_num_integers == 1); in dump_obj()