| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | blkptr.c | 96 int psize; in decode_embedded_bp_compressed() local 131 int lsize, psize; in decode_embedded_bp() local
|
| H A D | vdev_missing.c | 47 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_missing_open()
|
| H A D | arc.c | 1802 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_hdr_authenticate() local 2933 dmu_object_type_t ot, uint64_t psize, uint64_t lsize, in arc_loan_raw_buf() 3725 uint64_t psize = HDR_GET_PSIZE(hdr); in l2arc_hdr_arcstats_update() local 3793 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_hdr_l2hdr_destroy() local 6101 uint64_t psize = BP_GET_PSIZE(bp); in arc_read() local 6626 uint64_t psize = HDR_GET_PSIZE(hdr); in arc_release() local 6796 uint64_t psize = BP_IS_HOLE(bp) ? 0 : BP_GET_PSIZE(bp); in arc_write_ready() local 8278 uint64_t psize = HDR_GET_PSIZE(hdr); in l2arc_write_done() local 8919 uint64_t psize = HDR_GET_PSIZE(hdr); in l2arc_apply_transforms() local 9153 uint64_t psize = HDR_GET_PSIZE(hdr); in l2arc_write_buffers() local [all …]
|
| H A D | vdev_rebuild.c | 509 uint64_t psize = vd->vdev_ops == &vdev_draid_ops ? in vdev_rebuild_blkptr_init() local 556 uint64_t psize = BP_GET_PSIZE(&blk); in vdev_rebuild_range() local
|
| H A D | zio.c | 809 abd_t *data, uint64_t lsize, uint64_t psize, zio_done_func_t *done, in zio_create() 1127 abd_t *data, uint64_t lsize, uint64_t psize, const zio_prop_t *zp, in zio_write() 1547 uint64_t psize = in zio_read_bp_init() local 1567 int psize = BPE_GET_PSIZE(bp); in zio_read_bp_init() local 1658 uint64_t psize = zio->io_size; in zio_write_compress() local 3161 uint64_t psize; in zio_ddt_collision() local 4064 uint64_t psize = BP_GET_PSIZE(bp); in zio_encrypt() local 4465 const uint64_t psize = zio->io_size; in zio_done() local
|
| H A D | vdev_draid.c | 580 vdev_draid_asize(vdev_t *vd, uint64_t psize) in vdev_draid_asize() 1190 const uint64_t psize = io_size >> ashift; in vdev_draid_map_alloc_row() local 1814 uint64_t psize = MIN(P2ROUNDUP(max_segment * ndata, 1 << ashift), in vdev_draid_rebuild_asize() local 1962 vdev_draid_need_resilver(vdev_t *vd, const dva_t *dva, size_t psize, in vdev_draid_need_resilver() 2598 vdev_draid_spare_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_draid_spare_open()
|
| H A D | vdev.c | 259 vdev_default_asize(vdev_t *vd, uint64_t psize) in vdev_default_asize() 1781 uint64_t asize, max_asize, psize; in vdev_open() local 2686 vdev_default_need_resilver(vdev_t *vd, const dva_t *dva, size_t psize, in vdev_default_need_resilver() 2700 vdev_dtl_need_resilver(vdev_t *vd, const dva_t *dva, size_t psize, in vdev_dtl_need_resilver() 3597 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) in vdev_psize_to_asize() 4298 vdev_stat_update(zio_t *zio, uint64_t psize) in vdev_stat_update()
|
| H A D | vdev_raidz.c | 1313 size_t psize; in vdev_raidz_matrix_reconstruct() local 1385 size_t psize; in vdev_raidz_reconstruct_general() local 1656 vdev_raidz_asize(vdev_t *vd, uint64_t psize) in vdev_raidz_asize() 2574 vdev_raidz_need_resilver(vdev_t *vd, const dva_t *dva, size_t psize, in vdev_raidz_need_resilver()
|
| H A D | vdev_label.c | 161 vdev_label_offset(uint64_t psize, int l, uint64_t offset) in vdev_label_offset() 174 vdev_label_number(uint64_t psize, uint64_t offset) in vdev_label_number()
|
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_machdep_mp.c | 126 alpine_get_cpu_resume_base(u_long *pbase, u_long *psize) in alpine_get_cpu_resume_base() 152 alpine_get_nb_base(u_long *pbase, u_long *psize) in alpine_get_nb_base()
|
| H A D | alpine_machdep.c | 84 alpine_get_wdt_base(uint32_t *pbase, uint32_t *psize) in alpine_get_wdt_base()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_pool.c | 38 char blocks[6], lsize[6], psize[6], dsize[6]; in dump_ddt_stat() local
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 348 bus_size_t psize; in nexus_activate_resource() local 393 bus_size_t psize; in nexus_deactivate_resource() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_file.c | 88 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_file_open()
|
| H A D | vdev_geom.c | 442 uint64_t psize, state, txg; in vdev_geom_read_config() local 804 vdev_geom_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_geom_open()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_file.c | 88 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_file_open()
|
| H A D | vdev_disk.c | 126 uint64_t psize; in bdev_max_capacity() local 170 vdev_disk_open(vdev_t *v, uint64_t *psize, uint64_t *max_psize, in vdev_disk_open()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 349 bus_size_t psize; in nexus_activate_resource() local 404 bus_size_t psize; in nexus_deactivate_resource() local
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 424 vm_size_t psize; in nexus_activate_resource() local 460 bus_size_t psize; in nexus_deactivate_resource() local
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 275 vm_size_t psize; in xlp_simplebus_activate_resource() local
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_palloc.c | 181 size_t psize; in ngx_palloc_block() local
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_gmacclk.c | 191 bus_size_t psize; in aw_gmacclk_attach() local
|
| /f-stack/freebsd/net/ |
| H A D | if_fwsubr.c | 90 uint16_t psize, fsize, dsize; in firewire_output() local
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 257 bus_size_t psize; in thunder_pem_activate_resource() local 296 bus_size_t psize; in thunder_pem_deactivate_resource() local
|
| /f-stack/lib/ |
| H A D | ff_kern_environment.c | 335 getenv_array(const char *name, void *pdata, int size, int *psize, in getenv_array()
|