Searched refs:FUSE_CAP_SPLICE_READ (Results 1 – 6 of 6) sorted by relevance
417 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()
2036 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))
2598 conn->want &= ~FUSE_CAP_SPLICE_READ; in fuse_fs_init()
52 if(conn->capable & FUSE_CAP_SPLICE_READ) in pc_init()
206 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()
221 #define FUSE_CAP_SPLICE_READ (1 << 9) macro