Searched refs:fuse_buf (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h351 struct fuse_buf { struct
411 struct fuse_buf buf[1];
H A Dfuse_lowlevel.h1635 * fuse_buf may contain a memory buffer or a pipe file descriptor.
1638 * @param buf the fuse_buf containing the request
1642 const struct fuse_buf *buf, struct fuse_chan *ch);
1647 * This is a more generic version of fuse_chan_recv(). The fuse_buf
1652 * @param buf the fuse_buf to store the request in
1656 int fuse_session_receive_buf(struct fuse_session *se, struct fuse_buf *buf,

Completed in 35 milliseconds