| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | brt_impl.h | 52 _Static_assert(BRT_RANGESIZE / SPA_MINBLOCKSIZE <= UINT16_MAX,
|
| H A D | zfs_fuid.h | 52 #define FUID_SIZE_ESTIMATE(z) ((z)->z_fuid_size + (SPA_MINBLOCKSIZE << 1))
|
| H A D | arc_impl.h | 295 _Static_assert(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE, 355 _Static_assert(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE,
|
| H A D | zio.h | 73 #define SPA_OLD_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | zfs.h | 53 _Static_assert(MINBLOCKSIZE == SPA_MINBLOCKSIZE, "");
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_recompress.c | 271 P2ROUNDUP(csize, SPA_MINBLOCKSIZE); in zstream_do_recompress()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 580 ASSERT0(P2PHASE(size, SPA_MINBLOCKSIZE)); in dnode_setdblksz() 582 ASSERT3U(size, >=, SPA_MINBLOCKSIZE); in dnode_setdblksz() 735 blocksize = P2ROUNDUP(blocksize, SPA_MINBLOCKSIZE); in dnode_allocate() 818 ASSERT3U(blocksize, >=, SPA_MINBLOCKSIZE); in dnode_reallocate() 821 ASSERT0(blocksize % SPA_MINBLOCKSIZE); in dnode_reallocate() 1939 size = SPA_MINBLOCKSIZE; in dnode_set_blksz() 1941 size = P2ROUNDUP(size, SPA_MINBLOCKSIZE); in dnode_set_blksz()
|
| H A D | vdev_trim.c | 918 ta.trim_extent_bytes_min = SPA_MINBLOCKSIZE; in vdev_trim_thread() 1614 ta.trim_extent_bytes_min = SPA_MINBLOCKSIZE; in vdev_trim_l2arc_thread() 1751 ta.trim_extent_bytes_min = SPA_MINBLOCKSIZE; in vdev_trim_simple()
|
| H A D | dmu_redact.c | 331 ((SPA_MINBLOCKSIZE * dnp->dn_datablkszsec) / in redact_cb() 335 1) * ((SPA_MINBLOCKSIZE * dnp->dn_datablkszsec) / in redact_cb()
|
| H A D | dnode_sync.c | 760 SPA_MINBLOCKSIZE) == 0); in dnode_sync()
|
| H A D | space_map.c | 278 uint64_t bufsz = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE); in space_map_incremental_destroy()
|
| H A D | metaslab.c | 1426 ASSERT(weight >= SPA_MINBLOCKSIZE || weight == 0); in metaslab_group_sort() 1459 SPA_MINBLOCKSIZE; /* To prevent overflows. */ in metaslab_group_fragmentation() 3266 if (space > 0 && space < SPA_MINBLOCKSIZE) in metaslab_space_weight() 3267 space = SPA_MINBLOCKSIZE; in metaslab_space_weight() 3716 size >= SPA_MINBLOCKSIZE || in metaslab_passivate()
|
| H A D | zap_micro.c | 76 P2ROUNDUP(zap_micro_max_size, SPA_MINBLOCKSIZE)); in zap_get_micro_max_size() 676 uint64_t newsz = db->db_size + SPA_MINBLOCKSIZE; in zap_lockdir_impl()
|
| H A D | dmu_recv.c | 1928 P2PHASE(drro->drr_blksz, SPA_MINBLOCKSIZE) || in receive_object() 1929 drro->drr_blksz < SPA_MINBLOCKSIZE || in receive_object() 2563 if (drrs->drr_length < SPA_MINBLOCKSIZE || in receive_spill()
|
| H A D | sa.c | 499 blocksize = SPA_MINBLOCKSIZE; in sa_resize_spill() 504 blocksize = P2ROUNDUP_TYPED(size, SPA_MINBLOCKSIZE, uint32_t); in sa_resize_spill()
|
| H A D | zio.c | 951 ASSERT0(P2PHASE(psize, SPA_MINBLOCKSIZE)); in zio_create() 952 ASSERT0(P2PHASE(offset, SPA_MINBLOCKSIZE)); in zio_create() 4704 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE)); in zio_vdev_io_start() 4705 ASSERT0(P2PHASE(zio->io_size, SPA_MINBLOCKSIZE)); in zio_vdev_io_start()
|
| H A D | vdev_indirect.c | 1145 IS_P2ALIGNED(inner_size, 2 * SPA_MINBLOCKSIZE)) { in vdev_indirect_remap()
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 603 if (size < SPA_MINBLOCKSIZE) in fletcher_4_incremental_native() 615 if (size < SPA_MINBLOCKSIZE) in fletcher_4_incremental_byteswap()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_disk.c | 465 SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open() 468 SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
|
| H A D | zio_crypt.c | 926 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop() 962 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 136 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro 502 #define SPA_OLD_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 525 ASSERT3U(newval, >=, SPA_MINBLOCKSIZE); in blksz_changed_cb() 1245 zfsvfs->z_vfs->vfs_bsize = SPA_MINBLOCKSIZE; in zfs_domount() 1529 statp->f_bsize = SPA_MINBLOCKSIZE; in zfs_statfs()
|
| H A D | vdev_geom.c | 952 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 2067 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1025 MAX(SPA_MINBLOCKSIZE << 1, value); in process_options() 5457 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 5482 chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 5526 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 5544 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
|