/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deadlist.c | 149 return (bpobj_alloc(os, SPA_OLD_MAXBLOCKSIZE, tx)); in dsl_deadlist_alloc() 186 uint64_t obj = bpobj_alloc(dl->dl_os, SPA_OLD_MAXBLOCKSIZE, tx); in dle_enqueue() 260 obj = bpobj_alloc_empty(dl->dl_os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_add_key() 345 obj = bpobj_alloc_empty(dl->dl_os, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_deadlist_clone()
|
H A D | bptree.c | 68 SPA_OLD_MAXBLOCKSIZE, DMU_OTN_UINT64_METADATA, in bptree_alloc()
|
H A D | bpobj.c | 46 bpobj_alloc(os, SPA_OLD_MAXBLOCKSIZE, tx); in bpobj_alloc_empty() 400 DMU_OT_BPOBJ_SUBOBJ, SPA_OLD_MAXBLOCKSIZE, in bpobj_enqueue_subobj()
|
H A D | dmu_tx.c | 1558 txh->txh_space_towrite += SPA_OLD_MAXBLOCKSIZE; in dmu_tx_hold_spill() 1565 txh->txh_space_tooverwrite += SPA_OLD_MAXBLOCKSIZE; in dmu_tx_hold_spill() 1567 txh->txh_space_towrite += SPA_OLD_MAXBLOCKSIZE; in dmu_tx_hold_spill() 1569 txh->txh_space_tounref += SPA_OLD_MAXBLOCKSIZE; in dmu_tx_hold_spill()
|
H A D | zil.c | 223 ASSERT3U(len, <=, SPA_OLD_MAXBLOCKSIZE); in zil_read_log_block() 239 SPA_OLD_MAXBLOCKSIZE); in zil_read_log_block() 323 lrbuf = zio_buf_alloc(SPA_OLD_MAXBLOCKSIZE); in zil_parse() 370 zio_buf_free(lrbuf, SPA_OLD_MAXBLOCKSIZE); in zil_parse() 983 zil_blksz = SPA_OLD_MAXBLOCKSIZE; in zil_lwb_write_start()
|
H A D | dsl_pool.c | 380 obj = bpobj_alloc(dp->dp_meta_objset, SPA_OLD_MAXBLOCKSIZE, tx); in dsl_pool_create() 809 SPA_OLD_MAXBLOCKSIZE, DMU_OT_BPOBJ_HDR, sizeof (bpobj_phys_t), tx); in dsl_pool_upgrade_dir_clones()
|
H A D | zvol.c | 195 volblocksize > SPA_OLD_MAXBLOCKSIZE || in zvol_check_volblocksize() 696 uint64_t bytes = MIN(resid, SPA_OLD_MAXBLOCKSIZE); in zvol_prealloc() 1995 os, ZVOL_OBJ, SPA_OLD_MAXBLOCKSIZE, 0, tx); in zvol_dump_init() 2002 zv->zv_volblocksize = SPA_OLD_MAXBLOCKSIZE; in zvol_dump_init()
|
H A D | spa_history.c | 93 SPA_OLD_MAXBLOCKSIZE, DMU_OT_SPA_HISTORY_OFFSETS, in spa_history_create_obj()
|
H A D | sa.c | 498 } else if (size > SPA_OLD_MAXBLOCKSIZE) { in sa_resize_spill() 673 if (used > SPA_OLD_MAXBLOCKSIZE) in sa_build_layouts() 697 if (spill_used > SPA_OLD_MAXBLOCKSIZE) in sa_build_layouts()
|
H A D | vdev_queue.c | 165 int zfs_vdev_aggregation_limit = SPA_OLD_MAXBLOCKSIZE;
|
H A D | dmu_send.c | 434 drro->drr_blksz > SPA_OLD_MAXBLOCKSIZE) in dump_dnode() 435 drro->drr_blksz = SPA_OLD_MAXBLOCKSIZE; in dump_dnode() 650 blksz > SPA_OLD_MAXBLOCKSIZE) { in do_dump() 653 int n = MIN(blksz, SPA_OLD_MAXBLOCKSIZE); in do_dump()
|
H A D | zap_micro.c | 1364 *towrite += (3 + (add ? 4 : 0)) * SPA_OLD_MAXBLOCKSIZE; in zap_count_write() 1388 *towrite += (3 + (add ? 4 : 0)) * SPA_OLD_MAXBLOCKSIZE; in zap_count_write()
|
H A D | zfs_log.c | 512 len = SPA_OLD_MAXBLOCKSIZE >> 1; in zfs_log_write()
|
H A D | vdev_raidz.c | 1607 VERIFY3U(offset + size, <=, origoffset + SPA_OLD_MAXBLOCKSIZE); in vdev_raidz_physio() 1622 SPA_OLD_MAXBLOCKSIZE, origoffset, tvd->vdev_ashift, in vdev_raidz_physio()
|
H A D | spa_misc.c | 2024 return (SPA_OLD_MAXBLOCKSIZE); in spa_maxblocksize()
|
H A D | zfs_vfsops.c | 909 zfsvfs->z_max_blksz = SPA_OLD_MAXBLOCKSIZE; in zfsvfs_create()
|
H A D | metaslab.c | 128 uint64_t metaslab_df_alloc_threshold = SPA_OLD_MAXBLOCKSIZE;
|
H A D | zfs_ioctl.c | 3891 intval > SPA_OLD_MAXBLOCKSIZE) { in zfs_check_settable() 3900 intval > SPA_OLD_MAXBLOCKSIZE) { in zfs_check_settable()
|
H A D | spa.c | 278 SPA_OLD_MAXBLOCKSIZE, ZPROP_SRC_NONE); in spa_prop_get_config() 522 propval > SPA_OLD_MAXBLOCKSIZE) { in spa_prop_validate()
|
H A D | dsl_dataset.c | 131 if (BP_GET_LSIZE(bp) > SPA_OLD_MAXBLOCKSIZE) { in dsl_dataset_block_born()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil_impl.h | 142 #define ZIL_MAX_LOG_DATA (SPA_OLD_MAXBLOCKSIZE - sizeof (zil_chain_t) - \
|
H A D | zap_impl.h | 46 #define MZAP_MAX_BLKSZ SPA_OLD_MAXBLOCKSIZE
|
H A D | spa.h | 116 #define SPA_OLD_MAXBLOCKSIZE (1ULL << SPA_OLD_MAXBLOCKSHIFT) macro
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.c | 404 SPA_OLD_MAXBLOCKSIZE, PROP_INHERIT, in zfs_prop_init()
|
/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()
|