Searched refs:abd_alloc_linear (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | abd.c | 294 return (abd_alloc_linear(size, is_metadata)); in abd_alloc() 349 abd_alloc_linear(size_t size, boolean_t is_metadata) in abd_alloc_linear() function 416 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_sametype() 435 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_for_io()
|
| H A D | vdev_label.c | 570 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 858 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 928 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_RING, B_TRUE); in vdev_label_init() 1105 abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load_impl() 1310 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
|
| H A D | vdev_raidz.c | 568 abd_alloc_linear(rm->rm_col[c].rc_size, B_TRUE); in vdev_raidz_map_alloc() 1042 abd_alloc_linear(rm->rm_col[VDEV_RAIDZ_P].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq() 1044 abd_alloc_linear(rm->rm_col[VDEV_RAIDZ_Q].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq() 1482 col->rc_abd = abd_alloc_linear(col->rc_size, B_TRUE); in vdev_raidz_reconstruct_general()
|
| H A D | zio.c | 3916 adata = abd_alloc_linear(asize, B_TRUE); in zio_done()
|
| H A D | arc.c | 2034 abd_t *cdata = abd_alloc_linear(HDR_GET_PSIZE(hdr), B_TRUE); in arc_cksum_is_equal()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | abd.h | 75 abd_t *abd_alloc_linear(size_t, boolean_t);
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 5054 pabd = abd_alloc_linear(SPA_MAXBLOCKSIZE, B_FALSE); in zdb_read_block()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 5487 abd = abd_alloc_linear(psize, B_TRUE); in ztest_ddt_repair()
|