Home
last modified time | relevance | path

Searched refs:FUSE_CAP_SPLICE_READ (Results 1 – 6 of 6) sorted by relevance

/third_party/libfuse/lib/
Dhelper.c417 LL_ENABLE(opts->splice_read, FUSE_CAP_SPLICE_READ); in fuse_apply_conn_info_opts()
418 LL_DISABLE(opts->no_splice_read, FUSE_CAP_SPLICE_READ); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c2036 se->conn.capable |= FUSE_CAP_SPLICE_READ;
2060 LL_SET_DEFAULT(se->op.write_buf, FUSE_CAP_SPLICE_READ);
2857 if (se->conn.proto_minor < 14 || !(se->conn.want & FUSE_CAP_SPLICE_READ))
Dfuse.c2598 conn->want &= ~FUSE_CAP_SPLICE_READ; in fuse_fs_init()
/third_party/libfuse/example/
Dprintcap.c52 if(conn->capable & FUSE_CAP_SPLICE_READ) in pc_init()
Dpassthrough_hp.cc206 conn->want &= ~FUSE_CAP_SPLICE_READ; in sfs_init()
211 if (conn->capable & FUSE_CAP_SPLICE_READ) in sfs_init()
212 conn->want |= FUSE_CAP_SPLICE_READ; in sfs_init()
/third_party/libfuse/include/
Dfuse_common.h221 #define FUSE_CAP_SPLICE_READ (1 << 9) macro