Home
last modified time | relevance | path

Searched refs:FUSE_BUF_SPLICE_MOVE (Results 1 – 5 of 5) sorted by relevance

/third_party/libfuse/include/
Dfuse_common.h730 FUSE_BUF_SPLICE_MOVE = (1 << 3), enumerator
/third_party/libfuse/lib/
Dbuffer.c173 if (flags & FUSE_BUF_SPLICE_MOVE) in fuse_buf_splice()
Dfuse_lowlevel.c830 if ((flags & FUSE_BUF_SPLICE_MOVE) &&
Dfuse.c3283 fuse_reply_data(req, buf, FUSE_BUF_SPLICE_MOVE); in fuse_lib_read()
/third_party/libfuse/example/
Dpassthrough_ll.c878 fuse_reply_data(req, &buf, FUSE_BUF_SPLICE_MOVE); in lo_read()