/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zio.h | 41 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
H A D | spa.h | 64 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_fuid.h | 52 #define FUID_SIZE_ESTIMATE(z) ((z)->z_fuid_size + (SPA_MINBLOCKSIZE << 1))
|
H A D | zio.h | 59 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE
|
H A D | spa.h | 115 #define SPA_MINBLOCKSIZE (1ULL << SPA_MINBLOCKSHIFT) macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dnode.c | 392 ASSERT0(P2PHASE(size, SPA_MINBLOCKSIZE)); in dnode_setdblksz() 394 ASSERT3U(size, >=, SPA_MINBLOCKSIZE); in dnode_setdblksz() 545 blocksize = P2ROUNDUP(blocksize, SPA_MINBLOCKSIZE); in dnode_allocate() 623 ASSERT3U(blocksize, >=, SPA_MINBLOCKSIZE); in dnode_reallocate() 626 ASSERT0(blocksize % SPA_MINBLOCKSIZE); in dnode_reallocate() 1380 size = SPA_MINBLOCKSIZE; in dnode_set_blksz() 1382 size = P2ROUNDUP(size, SPA_MINBLOCKSIZE); in dnode_set_blksz()
|
H A D | zio.c | 141 if (size <= 4 * SPA_MINBLOCKSIZE) { in zio_init() 142 align = SPA_MINBLOCKSIZE; in zio_init() 507 ASSERT(P2PHASE(size, SPA_MINBLOCKSIZE) == 0); in zio_create() 508 ASSERT(P2PHASE(offset, SPA_MINBLOCKSIZE) == 0); in zio_create() 1961 SPA_MINBLOCKSIZE); in zio_write_gang_block() 1962 ASSERT(lsize >= SPA_MINBLOCKSIZE && lsize <= resid); in zio_write_gang_block() 2456 if (error == ENOSPC && zio->io_size > SPA_MINBLOCKSIZE) in zio_dva_allocate() 2647 ASSERT0(P2PHASE(zio->io_offset, SPA_MINBLOCKSIZE)); in zio_vdev_io_start() 2648 ASSERT0(P2PHASE(zio->io_size, SPA_MINBLOCKSIZE)); in zio_vdev_io_start()
|
H A D | metaslab.c | 698 ASSERT(weight >= SPA_MINBLOCKSIZE || weight == 0); in metaslab_group_sort() 1473 if (space > 0 && space < SPA_MINBLOCKSIZE) in metaslab_weight() 1474 space = SPA_MINBLOCKSIZE; in metaslab_weight() 1538 ASSERT(size >= SPA_MINBLOCKSIZE || range_tree_space(msp->ms_tree) == 0); in metaslab_passivate()
|
H A D | space_map.c | 74 bufsize = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE); in space_map_load()
|
H A D | vdev_disk.c | 550 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
|
H A D | dnode_sync.c | 605 SPA_MINBLOCKSIZE) == 0); in dnode_sync()
|
H A D | sa.c | 497 blocksize = SPA_MINBLOCKSIZE; in sa_resize_spill() 502 blocksize = P2ROUNDUP_TYPED(size, SPA_MINBLOCKSIZE, uint32_t); in sa_resize_spill()
|
H A D | dmu_send.c | 1920 P2PHASE(drro->drr_blksz, SPA_MINBLOCKSIZE) || in receive_object() 1921 drro->drr_blksz < SPA_MINBLOCKSIZE || in receive_object() 2201 if (drrs->drr_length < SPA_MINBLOCKSIZE || in receive_spill()
|
H A D | dbuf.c | 1874 BP_GET_LSIZE(blkptr) : SPA_MINBLOCKSIZE; in dbuf_create() 2313 blksz = SPA_MINBLOCKSIZE; in dbuf_spill_set_blksz() 2315 blksz = P2ROUNDUP(blksz, SPA_MINBLOCKSIZE); in dbuf_spill_set_blksz()
|
H A D | arc.c | 1047 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE); 6172 return ((write_sz / SPA_MINBLOCKSIZE / L2ARC_LOG_BLK_ENTRIES) + 1) * in l2arc_log_blk_overhead() 6684 rounded = P2ROUNDUP(csize, (size_t)SPA_MINBLOCKSIZE); in l2arc_compress_buf() 7738 CTASSERT(L2ARC_LOG_BLK_SIZE >= SPA_MINBLOCKSIZE && in l2arc_log_blk_commit()
|
H A D | zap_micro.c | 506 uint64_t newsz = db->db_size + SPA_MINBLOCKSIZE; in zap_lockdir()
|
H A D | dmu.c | 1964 *nblk512 = ((DN_USED_BYTES(dn->dn_phys) + SPA_MINBLOCKSIZE/2) >> in dmu_object_size_from_db()
|
H A D | zfs_vfsops.c | 277 ASSERT3U(newval, >=, SPA_MINBLOCKSIZE); in blksz_changed_cb()
|
H A D | zvol.c | 194 if (volblocksize < SPA_MINBLOCKSIZE || in zvol_check_volblocksize()
|
H A D | vdev.c | 2872 ASSERT((dspace_delta & (SPA_MINBLOCKSIZE-1)) == 0); in vdev_space_update()
|
H A D | zfs_vnops.c | 5023 *valp = (ulong_t)SPA_MINBLOCKSIZE; in zfs_pathconf()
|
H A D | spa.c | 6289 if (vd->vdev_deflate_ratio != SPA_MINBLOCKSIZE) in spa_sync()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 2279 #define PSIZE_HISTO_SIZE (SPA_OLD_MAXBLOCKSIZE / SPA_MINBLOCKSIZE + 2) 2351 idx = MIN(idx, SPA_OLD_MAXBLOCKSIZE / SPA_MINBLOCKSIZE + 1); in zdb_count_block() 3446 lsize -= SPA_MINBLOCKSIZE) { in zdb_read_block() 3457 lsize -= SPA_MINBLOCKSIZE; in zdb_read_block()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 663 zo->zo_metaslab_gang_bang = MAX(SPA_MINBLOCKSIZE << 1, in process_options() 3907 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 3932 chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 3976 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy() 3993 if (i != 5 || chunksize < (SPA_MINBLOCKSIZE * 2)) { in ztest_dmu_read_write_zcopy()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1163 if (intval < SPA_MINBLOCKSIZE || in zfs_valid_proplist()
|