MCPcopy Create free account
hub / github.com/ceph/ceph / encrypted

Method encrypted

src/client/Client.h:1800–1806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798 }
1799
1800 bool encrypted() const {
1801#if defined(__linux__)
1802 return !!denc;
1803#else
1804 return 0;
1805#endif
1806 }
1807
1808 int read_modify_write(Context *iofinish);
1809

Callers 1

_writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected