Searched refs:za_num_integers (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | ddt_zap.c | 135 uint64_t csize = za.za_num_integers; in ddt_zap_walk()
|
| H A D | dsl_deleg.c | 353 ASSERT(baseza->za_num_integers == 1); in dsl_deleg_get() 713 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in copy_create_perms() 757 ASSERT(za.za_integer_length == 8 && za.za_num_integers == 1); in dsl_deleg_destroy()
|
| H A D | dsl_prop.c | 1076 char *tmp = kmem_alloc(za.za_num_integers, in dsl_prop_get_all_impl() 1079 za.za_name, 1, za.za_num_integers, tmp); in dsl_prop_get_all_impl() 1081 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl() 1086 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
|
| H A D | sa.c | 1063 za.za_num_integers, KM_SLEEP); in sa_setup() 1066 za.za_name, 2, za.za_num_integers, in sa_setup() 1069 za.za_num_integers); in sa_setup() 1076 za.za_num_integers, lot_num, in sa_setup() 1078 za.za_num_integers), B_FALSE, NULL); in sa_setup() 1080 za.za_num_integers); in sa_setup()
|
| H A D | zap.c | 1051 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join() 1076 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_key() 1103 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_increment() 1283 za->za_num_integers = zeh.zeh_num_integers; in fzap_cursor_retrieve()
|
| H A D | zfeature.c | 194 za->za_num_integers == 1); in spa_features_check()
|
| H A D | dmu_objset.c | 2619 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 D | spa.c | 485 strval = kmem_alloc(za.za_num_integers, KM_SLEEP); in spa_prop_get() 487 za.za_name, 1, za.za_num_integers, strval); in spa_prop_get() 489 kmem_free(strval, za.za_num_integers); in spa_prop_get() 493 kmem_free(strval, za.za_num_integers); in spa_prop_get() 5302 za.za_num_integers == 1); 5315 za.za_num_integers == 1);
|
| H A D | zap_micro.c | 1602 za->za_num_integers = 1; in zap_cursor_retrieve()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap.h | 363 uint64_t za_num_integers; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zhack/ |
| H A D | zhack.c | 195 ASSERT(za.za_num_integers == 1); in dump_obj()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1114 if (attr.za_num_integers == 0) { in dump_zap() 1118 prop = umem_zalloc(attr.za_num_integers * in dump_zap() 1121 attr.za_integer_length, attr.za_num_integers, prop); in dump_zap() 1132 for (i = 0; i < attr.za_num_integers; i++) { in dump_zap() 1139 for (i = 0; i < attr.za_num_integers; i++) { in dump_zap() 1269 if (attr.za_num_integers == 0) { in dump_sa_attrs() 1298 if (attr.za_num_integers == 0) { in dump_sa_layouts() 1304 layout_attrs = umem_zalloc(attr.za_num_integers * in dump_sa_layouts() 1309 attr.za_num_integers, layout_attrs) == 0); in dump_sa_layouts() 1311 for (i = 0; i != attr.za_num_integers; i++) in dump_sa_layouts() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vnops_os.c | 1585 zap.za_num_integers == 0) { in zfs_readdir() 1592 (u_longlong_t)zap.za_num_integers); in zfs_readdir() 1728 if (zap.za_integer_length != 8 || zap.za_num_integers != 1) { in zfs_setattr_dir()
|
| H A D | zpl_xattr.c | 162 if (zap.za_integer_length != 8 || zap.za_num_integers != 1) { in zpl_xattr_readdir()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 1809 zap.za_num_integers != 1) { in zfs_readdir()
|