Home
last modified time | relevance | path

Searched refs:FUSE_CAP_SPLICE_MOVE (Results 1 – 3 of 3) sorted by relevance

/external/libfuse/lib/
Dhelper.c386 LL_ENABLE(opts->splice_move, FUSE_CAP_SPLICE_MOVE); in fuse_apply_conn_info_opts()
387 LL_DISABLE(opts->no_splice_move, FUSE_CAP_SPLICE_MOVE); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c897 (se->conn.want & FUSE_CAP_SPLICE_MOVE)) in fuse_send_data_iov()
2075 se->conn.capable |= FUSE_CAP_SPLICE_WRITE | FUSE_CAP_SPLICE_MOVE; in do_init()
/external/libfuse/include/
Dfuse_common.h194 #define FUSE_CAP_SPLICE_MOVE (1 << 8) macro