Searched defs:cabd (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | abd.c | 128 for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain); in abd_verify() local 259 abd_t *cabd; in abd_free_gang() local 364 abd_gang_add_gang(abd_t *pabd, abd_t *cabd, boolean_t free_on_free) in abd_gang_add_gang() 417 abd_gang_add(abd_t *pabd, abd_t *cabd, boolean_t free_on_free) in abd_gang_add() 491 abd_t *cabd; in abd_gang_get_offset() local 555 for (abd_t *cabd = abd_gang_get_offset(sabd, &off); in abd_get_offset_impl() local 724 abd_t *cabd = NULL; in abd_init_abd_iter() local 745 abd_advance_abd_iter(abd_t *abd, abd_t *cabd, struct abd_iter *aiter, in abd_advance_abd_iter()
|
H A D | blkptr.c | 145 abd_t cabd, dabd; in decode_embedded_bp() local
|
H A D | arc.c | 1855 abd_t *cabd = NULL; in arc_hdr_decrypt() local 8672 abd_t *cabd = arc_get_data_abd(hdr, arc_hdr_size(hdr), hdr, in l2arc_untransform() local 9144 abd_t *cabd = NULL, *eabd = NULL, *to_write = hdr->b_l1hdr.b_pabd; in l2arc_apply_transforms() local
|
H A D | dsl_crypt.c | 2824 uint8_t *iv, uint8_t *mac, uint_t datalen, abd_t *pabd, abd_t *cabd, in spa_do_crypt_abd()
|
H A D | dmu_recv.c | 1446 abd_t *cabd = abd_alloc_linear(BP_GET_PSIZE(bp), in do_corrective_recv() local
|
H A D | zio.c | 1910 abd_t *cabd = NULL; in zio_write_compress() local
|
H A D | vdev_raidz.c | 4080 abd_t *cabd = abd_get_offset_size( in raidz_reflow_impl() local
|
H A D | dsl_dataset.c | 2462 abd_t pabd, cabd; in get_receive_resume_token_impl() local
|
/freebsd/sys/contrib/openzfs/cmd/zstream/ |
H A D | zstream_recompress.c | 262 abd_t cabd, dabd; in zstream_do_recompress() local
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 1039 for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain); in abd_return_buf() local 1211 for (abd_t *cabd = abd_gang_get_offset(abd, &off); in abd_nr_pages_off() local 1280 for (abd_t *cabd = abd_gang_get_offset(abd, &off); in abd_gang_bio_map_off() local
|
H A D | zio_crypt.c | 2035 uint_t datalen, abd_t *pabd, abd_t *cabd, boolean_t *no_crypt) in zio_do_crypt_abd()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | abd_os.c | 659 for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain); in abd_return_buf() local
|
H A D | zio_crypt.c | 1785 uint_t datalen, abd_t *pabd, abd_t *cabd, boolean_t *no_crypt) in zio_do_crypt_abd()
|