Searched defs:cabd (Results  1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | abd.c | 129 		for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain);  in abd_verify()  local 260 	abd_t *cabd;  in abd_free_gang()  local 365 abd_gang_add_gang(abd_t *pabd, abd_t *cabd, boolean_t free_on_free)  in abd_gang_add_gang() 418 abd_gang_add(abd_t *pabd, abd_t *cabd, boolean_t free_on_free)  in abd_gang_add() 492 	abd_t *cabd;  in abd_gang_get_offset()  local 556 		for (abd_t *cabd = abd_gang_get_offset(sabd, &off);  in abd_get_offset_impl()  local 725 	abd_t *cabd = NULL;  in abd_init_abd_iter()  local 746 abd_advance_abd_iter(abd_t *abd, abd_t *cabd, struct abd_iter *aiter,  in abd_advance_abd_iter()
  | 
| H A D | blkptr.c | 146 		abd_t cabd, dabd;  in decode_embedded_bp()  local
  | 
| H A D | arc.c | 1873 	abd_t *cabd = NULL;  in arc_hdr_decrypt()  local 8868 		abd_t *cabd = arc_get_data_abd(hdr, arc_hdr_size(hdr), hdr,  in l2arc_untransform()  local 9340 	abd_t *cabd = NULL, *eabd = NULL, *to_write = hdr->b_l1hdr.b_pabd;  in l2arc_apply_transforms()  local
  | 
| H A D | dsl_crypt.c | 2828     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 | 1457 		abd_t *cabd = abd_alloc_linear(BP_GET_PSIZE(bp),  in do_corrective_recv()  local
  | 
| H A D | zio.c | 1974 		abd_t *cabd = NULL;  in zio_write_compress()  local
  | 
| H A D | dsl_dataset.c | 2468 	abd_t pabd, cabd;  in get_receive_resume_token_impl()  local
  | 
| H A D | vdev_raidz.c | 4448 				abd_t *cabd = abd_get_offset_size(  in raidz_reflow_impl()  local
  | 
| /freebsd/sys/contrib/openzfs/cmd/zstream/ | 
| H A D | zstream_recompress.c | 263 				abd_t cabd, dabd;  in zstream_do_recompress()  local
  | 
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ | 
| H A D | abd_os.c | 1037 		for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain);  in abd_return_buf()  local 1217 		for (abd_t *cabd = abd_gang_get_offset(abd, &off);  in abd_nr_pages_off()  local 1286 	for (abd_t *cabd = abd_gang_get_offset(abd, &off);  in abd_gang_bio_map_off()  local
  | 
| H A D | zio_crypt.c | 2036     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 | 660 		for (abd_t *cabd = list_head(&ABD_GANG(abd).abd_gang_chain);  in abd_return_buf()  local
  | 
| H A D | zio_crypt.c | 1788     uint_t datalen, abd_t *pabd, abd_t *cabd, boolean_t *no_crypt)  in zio_do_crypt_abd()
  |