Home
last modified time | relevance | path

Searched refs:offset_t (Results 1 – 25 of 36) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Duio.h71 offset_t uio_loffset; /* file offset */
99 static inline offset_t
100 uio_index_at_offset(uio_t *uio, offset_t off, uint_t *vec_idx) in uio_index_at_offset()
104 off >= (offset_t)uio_iovlen(uio, *vec_idx)) { in uio_index_at_offset()
H A Dtypes.h57 offset_t _f; /* Full 64 bit offset value */
67 offset_t _f; /* Full 64 bit offset value */
H A Dstdtypes.h38 typedef longlong_t offset_t; typedef
H A Ddkio.h376 offset_t vdr_offset;
397 offset_t vdr_offset; /* 64-bit element on 32-bit alignment */
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c36 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs()
38 offset_t offset; in crypto_init_ptrs()
65 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs()
69 offset_t offset; in crypto_get_ptrs()
89 offset_t offset; in crypto_get_ptrs()
H A Dctr.c47 offset_t offset; in ctr_mode_contiguous_blocks()
156 offset_t offset; in ctr_mode_final()
H A Dcbc.c47 offset_t offset; in cbc_encrypt_contiguous_blocks()
154 offset_t offset; in cbc_decrypt_contiguous_blocks()
H A Decb.c45 offset_t offset; in ecb_cipher_contiguous_blocks()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Duio.h62 offset_t uio_loffset;
93 static inline offset_t
94 uio_index_at_offset(uio_t *uio, offset_t off, uint_t *vec_idx) in uio_index_at_offset()
120 offset_t offset, uio_seg_t seg, ssize_t resid, size_t skip) in uio_iovec_init()
151 uio_iov_iter_init(uio_t *uio, struct iov_iter *iter, offset_t offset, in uio_iov_iter_init()
H A Dtypes.h50 typedef longlong_t offset_t; typedef
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_recv.h83 dmu_recv_cookie_t *, zfs_file_t *, offset_t *);
84 int dmu_recv_stream(dmu_recv_cookie_t *, offset_t *);
H A Ddmu_send.h55 const char *redactbook, int outfd, offset_t *off,
62 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off,
H A Ddmu_impl.h244 offset_t *dss_off;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/largest_file/
H A Dlargest_file.c60 offset_t offset = (MAXOFFSET_T - 1); in main()
61 offset_t llseek_ret = 0; in main()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duio.h81 static inline offset_t
82 uio_index_at_offset(uio_t *uio, offset_t off, uint_t *vec_idx) in uio_index_at_offset()
H A Ddkio.h387 offset_t vdr_offset;
408 offset_t vdr_offset; /* 64-bit element on 32-bit alignment */
H A Dtypes.h85 typedef off_t offset_t; typedef
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vnops_os.h68 offset_t offset, cred_t *cr);
74 extern int zfs_map(struct inode *ip, offset_t off, caddr_t *addrp,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_diff.c48 offset_t *da_offp;
168 zfs_file_t *fp, offset_t *offp) in dmu_diff()
H A Dzfs_vnops.c213 if (uio->uio_loffset < (offset_t)0) { in zfs_read()
365 offset_t woff = ioflag & O_APPEND ? zp->z_size : uio->uio_loffset; in zfs_write()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vnops_os.h49 offset_t offset, cred_t *cr);
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h486 extern int kcf_get_hardware_provider_nomech(offset_t, offset_t,
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h394 extern void crypto_init_ptrs(crypto_data_t *, void **, offset_t *);
395 extern void crypto_get_ptrs(crypto_data_t *, void **, offset_t *,
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c76 offset_t noffset, offset = 0; in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c131 argv[1], (offset_t)size); in main()

12