Searched refs:abd (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h31 #include <sys/abd.h>
H A Ddbuf.h380 int dmu_lightweight_write_by_dnode(dnode_t *dn, uint64_t offset, abd_t *abd,
H A Darc_impl.h317 * These structures hold in-flight abd buffers for log blocks as they're being
321 abd_t *abd; member in struct:l2arc_lb_abd_buf
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd183 SRCS+= abd.c \
333 CFLAGS.abd.c= -Wno-cast-qual
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c69 #include <sys/abd.h>
H A Dvdev_file.c34 #include <sys/abd.h>
H A Ddmu_os.c53 #include <sys/abd.h>
H A Dzio_crypt.c1217 zio_crypt_do_indirect_mac_checksum_abd(boolean_t generate, abd_t *abd, argument
1223 buf = abd_borrow_buf_copy(abd, datalen);
1226 abd_return_buf(abd, buf, datalen);
1774 * Simple wrapper around zio_do_crypt_data() to work with abd's instead of
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c42 #include <sys/abd.h>
H A Dvdev_file.c35 #include <sys/abd.h>
H A Dzio_crypt.c1353 zio_crypt_do_indirect_mac_checksum_abd(boolean_t generate, abd_t *abd, argument
1359 buf = abd_borrow_buf_copy(abd, datalen);
1362 abd_return_buf(abd, buf, datalen);
1985 * Simple wrapper around zio_do_crypt_data() to work with abd's instead of
H A Dvdev_disk.c34 #include <sys/abd.h>
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2674 abd_t *abd, uint_t datalen, boolean_t byteswap)
2678 void *buf = abd_borrow_buf_copy(abd, datalen);
2700 abd_return_buf_copy(abd, buf, datalen);
2706 abd_return_buf(abd, buf, datalen);
2710 abd_return_buf(abd, buf, datalen);
2717 abd_return_buf(abd, buf, datalen);
2722 spa_do_crypt_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj, abd_t *abd, argument
2727 uint8_t *buf = abd_borrow_buf_copy(abd, datalen);
2741 abd_return_buf(abd, buf, datalen);
2761 abd_return_buf(abd, bu
2673 spa_do_crypt_objset_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj, abd_t *abd, uint_t datalen, boolean_t byteswap) argument
[all...]
H A DMakefile.in16 $(MODULE)-objs += abd.o
H A Dvdev_cache.c34 #include <sys/abd.h>
H A Ddmu_send.c164 abd_t *abd; member in struct:send_range::__anon10652::srd
237 if (range->sru.data.abd != NULL)
238 abd_free(range->sru.data.abd);
993 srdp->abuf != NULL || srdp->abd != NULL);
998 if (srdp->abd != NULL) {
999 data = abd_to_buf(srdp->abd);
1078 range->sru.data.abd = NULL;
1603 abd_free(range->sru.data.abd);
1604 range->sru.data.abd = NULL;
1683 srdp->abd
[all...]
H A Dmmp.c25 #include <sys/abd.h>
H A Dvdev_removal.c47 #include <sys/abd.h>
903 abd_t *abd = abd_alloc_for_io(size, B_FALSE); local
932 dest_child_vd, dest_offset, abd, size,
938 source_child_vd, source_offset, abd, size,
H A Ddmu.c53 #include <sys/abd.h>
1424 * the call is successful, it returns 0 and the provided abd has been
1428 dmu_lightweight_write_by_dnode(dnode_t *dn, uint64_t offset, abd_t *abd, argument
1435 dr->dt.dll.dr_abd = abd;
H A Dzio.c51 #include <sys/abd.h>
370 zio_abd_free(void *abd, size_t size) argument
372 abd_free((abd_t *)abd);
3949 void *abd = abd_alloc_sametype(zio->io_abd, zio->io_size); local
3951 abd_copy(abd, zio->io_abd, zio->io_size);
3954 zcr->zcr_cbdata = abd;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am52 abd.c \
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile155 SRCS+= abd.c \
301 CFLAGS.abd.c= -Wno-cast-qual
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile52 abd.c \
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c46 #include <sys/abd.h>
/freebsd-13-stable/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c372 vdev_raidz_map_alloc_expanded(abd_t *abd, uint64_t size, uint64_t offset, argument
495 abd, off << ashift, 1 << ashift);

Completed in 319 milliseconds

123