Searched refs:za_integer_length (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_deleg.c | 352 ASSERT(baseza->za_integer_length == 8); in dsl_deleg_get() 716 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in copy_create_perms() 761 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in dsl_deleg_destroy()
|
| H A D | ddt_zap.c | 215 ASSERT3U(za->za_integer_length, ==, 1); in ddt_zap_walk()
|
| H A D | zap.c | 1147 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join() 1172 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_key() 1199 if (za->za_integer_length != 8 || za->za_num_integers != 1) { in zap_join_increment() 1382 za->za_integer_length = zeh.zeh_integer_size; in fzap_cursor_retrieve()
|
| H A D | zfeature.c | 194 ASSERT(za->za_integer_length == sizeof (uint64_t) && in spa_features_check()
|
| H A D | dsl_prop.c | 1170 if (za->za_integer_length == 1) { in dsl_prop_get_all_impl() 1188 ASSERT(za->za_integer_length == 8); in dsl_prop_get_all_impl()
|
| H A D | dmu_objset.c | 2667 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_dp_impl() 2701 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_dp_impl() 2902 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_impl() 2940 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_impl()
|
| H A D | zap_micro.c | 1999 za->za_integer_length = 8; in zap_cursor_retrieve()
|
| H A D | spa.c | 620 switch (za->za_integer_length) { in spa_prop_get() 6284 ASSERT(za->za_integer_length == sizeof (uint64_t) && 6297 ASSERT(za->za_integer_length == sizeof (uint64_t) &&
|
| H A D | vdev.c | 6736 switch (za->za_integer_length) { in vdev_prop_get()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 220 if (za->za_integer_length == 8) { in dump_obj() 225 ASSERT(za->za_integer_length == 1); in dump_obj()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 379 int za_integer_length; member
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1182 attrp->za_integer_length, UMEM_NOFAIL); in dump_zap() 1187 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1191 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1194 if (attrp->za_integer_length == 1 && !key64) { in dump_zap() 1213 switch (attrp->za_integer_length) { in dump_zap() 1235 attrp->za_num_integers * attrp->za_integer_length); in dump_zap() 1383 VERIFY(attrp->za_integer_length == 2); in dump_sa_layouts() 1385 attrp->za_integer_length, UMEM_NOFAIL); in dump_sa_layouts() 1388 attrp->za_integer_length, in dump_sa_layouts() 1395 attrp->za_num_integers * attrp->za_integer_length); in dump_sa_layouts() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vnops_os.c | 1648 if (zap->za_integer_length != 8 || in zfs_readdir() 1655 zap->za_integer_length, in zfs_readdir() 1800 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zfs_setattr_dir()
|
| H A D | zpl_xattr.c | 164 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zpl_xattr_readdir()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 1831 if (zap->za_integer_length != 8 || in zfs_readdir() 2183 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zfs_setattr_dir()
|