Searched refs:iovec_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Duio.h51 typedef struct iovec iovec_t; typedef in typeref:struct:iovec
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duio.h38 typedef struct iovec iovec_t; typedef in typeref:struct:iovec
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c395 /* the mac will always be the last iovec_t in the cipher uio */
484 iovec_t plain_iovecs[2], cipher_iovecs[3];
555 iovec_t plain_iovecs[2], cipher_iovecs[3];
1289 kmem_free(uio->uio_iov, uio->uio_iovcnt * sizeof (iovec_t));
1384 iovec_t *src_iovecs = NULL, *dst_iovecs = NULL;
1432 src_iovecs = kmem_alloc(nr_src * sizeof (iovec_t), KM_SLEEP);
1440 dst_iovecs = kmem_alloc(nr_dst * sizeof (iovec_t), KM_SLEEP);
1551 kmem_free(src_iovecs, nr_src * sizeof (iovec_t));
1553 kmem_free(dst_iovecs, nr_dst * sizeof (iovec_t));
1579 iovec_t *src_iovec
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c73 iovec_t *iov;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c444 iovec_t iovecs[4];
525 iovec_t iovecs[4];
1150 zfs_uio_iovcnt(uio) * sizeof (iovec_t));
1243 * and set up an extra iovec_t at the beginning to handle the authbuf.
1256 iovec_t *dst_iovecs;
1301 dst_iovecs = kmem_alloc(nr_iovecs * sizeof (iovec_t), KM_SLEEP);
1413 iovec_t *dst_iovecs;
1453 dst_iovecs = kmem_alloc(nr_iovecs * sizeof (iovec_t), KM_SLEEP);
1505 * iovec_t. The encryption / decryption functions will fill
1558 iovec_t *plain_iovec
[all...]
H A Dzfs_vnops_os.c1683 iovec_t *iovp;
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Duio.h37 typedef struct iovec iovec_t; typedef in typeref:struct:iovec
/freebsd-13-stable/sys/contrib/openzfs/include/sys/crypto/
H A Dcommon.h244 iovec_t cdu_raw; /* Pointer and length */

Completed in 202 milliseconds