69 const std::string& args, std::string& resp);
89 const std::string& args, std::string& resp,
90 bool viaCache=
false,
bool viaRedir=
false);
109static const uint64_t
forceCS = 0x0000000000000001ULL;
111static ssize_t
pgRead (
int fildes,
void* buffer, off_t offset,
size_t rdlen,
112 std::vector<uint32_t> &csvec, uint64_t
opts=0,
135static ssize_t
pgWrite(
int fildes,
void* buffer, off_t offset,
size_t wrlen,
136 std::vector<uint32_t> &csvec, uint64_t
opts=0,
152static int PreRead(
int fildes, off_t offs,
int size);