Searched refs:FUSE_CAP_SPLICE_MOVE (Results 1 – 3 of 3) sorted by relevance
386 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()
897 (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()
194 #define FUSE_CAP_SPLICE_MOVE (1 << 8) macro