/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zio.h | 42 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
H A D | spa.h | 65 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_fuid.h | 54 #define FUID_SIZE_ESTIMATE(z) ((z)->z_fuid_size + (SPA_MINBLOCKSIZE << 1))
|
H A D | arc_impl.h | 245 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE); 302 CTASSERT(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE);
|
H A D | zio.h | 60 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
H A D | spa.h | 87 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dnode.c | 424 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 D | zio.c | 159 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 D | dmu_recv.c | 1128 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 D | zio_crypt.c | 932 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 D | metaslab.c | 1120 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 D | space_map.c | 257 uint64_t bufsz = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE); in space_map_incremental_destroy()
|
H A D | dnode_sync.c | 694 SPA_MINBLOCKSIZE) == 0); in dnode_sync()
|
H A D | sa.c | 500 blocksize = SPA_MINBLOCKSIZE; in sa_resize_spill() 505 blocksize = P2ROUNDUP_TYPED(size, SPA_MINBLOCKSIZE, uint32_t); in sa_resize_spill()
|
H A D | vdev_disk.c | 708 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
|
H A D | vdev_trim.c | 845 ta.trim_extent_bytes_min = SPA_MINBLOCKSIZE; in vdev_trim_thread()
|
H A D | vdev_indirect.c | 1124 IS_P2ALIGNED(inner_size, 2 * SPA_MINBLOCKSIZE)) { in vdev_indirect_remap()
|
H A D | dbuf.c | 2550 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 D | zap_micro.c | 524 uint64_t newsz = db->db_size + SPA_MINBLOCKSIZE; in zap_lockdir_impl()
|
H A D | zvol.c | 203 if (volblocksize < SPA_MINBLOCKSIZE || in zvol_check_volblocksize()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher.c | 599 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 D | zfsimpl.h | 134 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro 485 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 4371 "[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 D | ztest.c | 759 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 D | zdb.c | 3413 #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()
|