Searched refs:za_integer_length (Results 1 – 16 of 16) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_deleg.c | 342 ASSERT(baseza->za_integer_length == 8); in dsl_deleg_get() 705 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in copy_create_perms() 750 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in dsl_deleg_destroy()
|
| H A D | ddt_zap.c | 204 ASSERT3U(za->za_integer_length, ==, 1); in ddt_zap_walk()
|
| H A D | zfeature.c | 184 ASSERT(za->za_integer_length == sizeof (uint64_t) && in spa_features_check()
|
| H A D | dsl_prop.c | 1160 if (za->za_integer_length == 1) { in dsl_prop_get_all_impl() 1178 ASSERT(za->za_integer_length == 8); in dsl_prop_get_all_impl()
|
| H A D | dmu_objset.c | 2658 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_dp_impl() 2692 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_dp_impl() 2893 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_impl() 2931 ASSERT3U(attr->za_integer_length, ==, in dmu_objset_find_impl()
|
| H A D | zap_fat.c | 1121 za->za_integer_length = zeh.zeh_integer_size; in fzap_cursor_retrieve()
|
| H A D | zap.c | 1170 za->za_integer_length = 8; in zap_cursor_retrieve()
|
| H A D | spa.c | 659 switch (za->za_integer_length) { in spa_prop_get() 6888 ASSERT(za->za_integer_length == sizeof (uint64_t) && 6901 ASSERT(za->za_integer_length == sizeof (uint64_t) &&
|
| H A D | vdev.c | 7184 switch (za->za_integer_length) {
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 414 int za_integer_length; member
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 285 if (za->za_integer_length == 8) { in dump_mos() 290 ASSERT(za->za_integer_length == 1); in dump_mos()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1195 attrp->za_integer_length, UMEM_NOFAIL); in dump_zap() 1200 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1204 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1207 if (attrp->za_integer_length == 1 && !key64) { in dump_zap() 1226 switch (attrp->za_integer_length) { in dump_zap() 1248 attrp->za_num_integers * attrp->za_integer_length); in dump_zap() 1396 VERIFY(attrp->za_integer_length == 2); in dump_sa_layouts() 1398 attrp->za_integer_length, UMEM_NOFAIL); in dump_sa_layouts() 1401 attrp->za_integer_length, in dump_sa_layouts() 1408 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 | 1680 if (zap->za_integer_length != 8 || in zfs_readdir() 1687 zap->za_integer_length, in zfs_readdir() 1825 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zfs_setattr_dir()
|
| H A D | zpl_xattr.c | 154 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zpl_xattr_readdir()
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | test_zap.c | 707 unit_eq(za->za_integer_length, sizeof (uint64_t)); in test_cursor()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 1810 if (zap->za_integer_length != 8 || in zfs_readdir() 2162 if (zap->za_integer_length != 8 || zap->za_num_integers != 1) { in zfs_setattr_dir()
|