go-ceph/internal/cutil
John Mulligan ebea82dda5 cutil: add Iovec type wrapping C struct iovec arrays
This type is useful for passing disparate buffers to be read or
written in a single call. Functions using this type exist in cephfs
and rbd. Currently this is needed for cephfs calls.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-08-28 10:07:34 -04:00
..
command_input.go cutil: add a new internal package for c+go utility functions 2020-05-12 17:18:08 -04:00
command_input_test.go cutil: add a new internal package for c+go utility functions 2020-05-12 17:18:08 -04:00
command_output.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00
command_output_test.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00
cutil.go rbd: remove unnecessary C wrapper functions 2020-08-28 09:51:06 -04:00
cutil_test.go rbd: remove unnecessary C wrapper functions 2020-08-28 09:51:06 -04:00
iovec.go cutil: add Iovec type wrapping C struct iovec arrays 2020-08-28 10:07:34 -04:00
iovec_test.go cutil: add Iovec type wrapping C struct iovec arrays 2020-08-28 10:07:34 -04:00
splitbuf.go cutil: add SplitBuffer and SplitSparseBuffer helper functions 2020-07-23 16:38:39 -04:00
splitbuf_test.go cutil: add SplitBuffer and SplitSparseBuffer helper functions 2020-07-23 16:38:39 -04:00
type_aliases.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00