| H A D | zio.c | 959 abd_t *data, uint64_t lsize, uint64_t psize, zio_done_func_t *done, in zio_create() 967 IMPLY(type != ZIO_TYPE_TRIM, psize <= SPA_MAXBLOCKSIZE); in zio_create() 968 ASSERT0(P2PHASE(psize, SPA_MINBLOCKSIZE)); in zio_create() 975 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create() 1026 zio->io_orig_size = zio->io_size = psize; in zio_create() 1213 * checksum, and no psize. in zfs_blkptr_verify() 1362 abd_t *data, uint64_t lsize, uint64_t psize, const zio_prop_t *zp, in zio_write() 1373 zio = zio_create(pio, spa, txg, bp, data, lsize, psize, done, private, in zio_rewrite() 1868 uint64_t psize = in zio_write_bp_init() 1876 zio_push_transform(zio, abd_alloc_sametype(zio->io_abd, psize), in zio_write_bp_init() 934 zio_create(zio_t * pio,spa_t * spa,uint64_t txg,const blkptr_t * bp,abd_t * data,uint64_t lsize,uint64_t psize,zio_done_func_t * done,void * private,zio_type_t type,zio_priority_t priority,zio_flag_t flags,vdev_t * vd,uint64_t offset,const zbookmark_phys_t * zb,enum zio_stage stage,enum zio_stage pipeline) zio_create() argument 1334 zio_write(zio_t * pio,spa_t * spa,uint64_t txg,blkptr_t * bp,abd_t * data,uint64_t lsize,uint64_t psize,const zio_prop_t * zp,zio_done_func_t * ready,zio_done_func_t * children_ready,zio_done_func_t * done,void * private,zio_priority_t priority,zio_flag_t flags,const zbookmark_phys_t * zb) zio_write() argument 1806 uint64_t psize = zio_read_bp_init() local 1826 int psize = BPE_GET_PSIZE(bp); zio_read_bp_init() local 1914 uint64_t psize = zio->io_size; zio_write_compress() local 2961 uint64_t psize = vdev_gang_header_psize(vd); zio_gang_tree_assemble() local 3277 uint64_t psize = allocated ? MIN(resid, allocated_size) : zio_write_gang_block() local 3624 uint64_t psize; zio_ddt_collision() local 5083 uint64_t psize = BP_GET_PSIZE(bp); zio_encrypt() local 5581 const uint64_t psize = zio->io_size; zio_done() local [all...] |