fuse_bufvec

Data buffer vector

An array of data buffers, each containing a memory pointer or a file descriptor.

Allocate dynamically to add more than one buffer.

Members

Variables

buf
fuse_buf[1] buf;

Array of buffers

count
size_t count;

Number of buffers in the array

idx
size_t idx;

Index of current buffer within the array

off
size_t off;

Current offset within the current buffer

Meta