Home
last modified time | relevance | path

Searched refs:SPA_MINBLOCKSIZE (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h42 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
H A Dspa.h65 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_fuid.h54 #define FUID_SIZE_ESTIMATE(z) ((z)->z_fuid_size + (SPA_MINBLOCKSIZE << 1))
H A Darc_impl.h245 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE);
302 CTASSERT(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE);
H A Dzio.h60 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
H A Dspa.h87 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c424 ASSERT0(P2PHASE(size, SPA_MINBLOCKSIZE)); in dnode_setdblksz()
426 ASSERT3U(size, >=, SPA_MINBLOCKSIZE); in dnode_setdblksz()
583 blocksize = P2ROUNDUP(blocksize, SPA_MINBLOCKSIZE); in dnode_allocate()
670 ASSERT3U(blocksize, >=, SPA_MINBLOCKSIZE); in dnode_reallocate()
673 ASSERT0(blocksize % SPA_MINBLOCKSIZE); in dnode_reallocate()
1737 size = SPA_MINBLOCKSIZE; in dnode_set_blksz()
1739 size = P2ROUNDUP(size, SPA_MINBLOCKSIZE); in dnode_set_blksz()
H A Dzio.c159 if (size <= 4 * SPA_MINBLOCKSIZE) { in zio_init()
160 align = SPA_MINBLOCKSIZE; in zio_init()
702 ASSERT(P2PHASE(psize, SPA_MINBLOCKSIZE) == 0); in zio_create()
703 ASSERT(P2PHASE(offset, SPA_MINBLOCKSIZE) == 0); in zio_create()
2531 SPA_MINBLOCKSIZE); in zio_write_gang_block()
2532 ASSERT(lsize >= SPA_MINBLOCKSIZE && lsize <= resid); in zio_write_gang_block()
3274 if (error == ENOSPC && zio->io_size > SPA_MINBLOCKSIZE) in zio_dva_allocate()
3485 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE)); in zio_vdev_io_start()
3486 ASSERT0(P2PHASE(zio->io_size, SPA_MINBLOCKSIZE)); in zio_vdev_io_start()
H A Ddmu_recv.c1128 P2PHASE(drro->drr_blksz, SPA_MINBLOCKSIZE) || in receive_object()
1129 drro->drr_blksz < SPA_MINBLOCKSIZE || in receive_object()
1698 if (drrs->drr_length < SPA_MINBLOCKSIZE || in receive_spill()
H A Dzio_crypt.c932 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop()
968 BP_SET_PSIZE(bp, SPA_MINBLOCKSIZE); in zio_crypt_bp_zero_nonportable_blkprop()
H A Dmetaslab.c1120 ASSERT(weight >= SPA_MINBLOCKSIZE || weight == 0); in metaslab_group_sort()
1266 } else if (mc->mc_alloc_groups == 0 || psize == SPA_MINBLOCKSIZE) { in metaslab_group_allocatable()
2889 if (space > 0 && space < SPA_MINBLOCKSIZE) in metaslab_space_weight()
2890 space = SPA_MINBLOCKSIZE; in metaslab_space_weight()
3328 ASSERT(size >= SPA_MINBLOCKSIZE || in metaslab_passivate()
H A Dspace_map.c257 uint64_t bufsz = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE); in space_map_incremental_destroy()
H A Ddnode_sync.c694 SPA_MINBLOCKSIZE) == 0); in dnode_sync()
H A Dsa.c500 blocksize = SPA_MINBLOCKSIZE; in sa_resize_spill()
505 blocksize = P2ROUNDUP_TYPED(size, SPA_MINBLOCKSIZE, uint32_t); in sa_resize_spill()
H A Dvdev_disk.c708 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
H A Dvdev_trim.c845 ta.trim_extent_bytes_min = SPA_MINBLOCKSIZE; in vdev_trim_thread()
H A Dvdev_indirect.c1124 IS_P2ALIGNED(inner_size, 2 * SPA_MINBLOCKSIZE)) { in vdev_indirect_remap()
H A Ddbuf.c2550 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_create()
3056 blksz = SPA_MINBLOCKSIZE; in dbuf_spill_set_blksz()
3058 blksz = P2ROUNDUP(blksz, SPA_MINBLOCKSIZE); in dbuf_spill_set_blksz()
H A Dzap_micro.c524 uint64_t newsz = db->db_size + SPA_MINBLOCKSIZE; in zap_lockdir_impl()
H A Dzvol.c203 if (volblocksize < SPA_MINBLOCKSIZE || in zvol_check_volblocksize()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c599 if (size < SPA_MINBLOCKSIZE) in fletcher_4_incremental_native()
612 if (size < SPA_MINBLOCKSIZE) in fletcher_4_incremental_byteswap()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h134 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
485 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4371 "[n*%llu, (n+1)*%llu)", SPA_MINBLOCKSIZE, in arc_compression_stats()
4372 SPA_MINBLOCKSIZE); in arc_compression_stats()
4375 "[2^(n-1)*%llu, 2^n*%llu)", SPA_MINBLOCKSIZE, in arc_compression_stats()
4376 SPA_MINBLOCKSIZE); in arc_compression_stats()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c759 MAX(SPA_MINBLOCKSIZE << 1, value); in process_options()
4562 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
4587 chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
4631 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
4648 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3413 #define PSIZE_HISTO_SIZE (SPA_OLD_MAXBLOCKSIZE / SPA_MINBLOCKSIZE + 2)
3501 idx = MIN(idx, SPA_OLD_MAXBLOCKSIZE / SPA_MINBLOCKSIZE + 1); in zdb_count_block()
6161 lsize -= SPA_MINBLOCKSIZE) { in zdb_read_block()
6172 lsize -= SPA_MINBLOCKSIZE; in zdb_read_block()

12