MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptMountOptions

Class CryptMountOptions

cppcryptfs/dokan/cryptdokan.h:51–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51struct CryptMountOptions {
52 int numbufferblocks = 0;
53 int cachettl = 0;
54 bool caseinsensitive = 0;
55 bool mountmanager = 0;
56 bool mountmanagerwarn = 0;
57 bool deletespurriousfiles = 0;
58 bool encryptkeysinmemory = 0;
59 bool cachekeysinmemory = 0;
60 bool fastmounting = 0;
61 bool denyothersessions = 0;
62 bool denyservices = 0;
63 bool multithreaded = 0;
64 FlushAfterWriteOptions flushafterwrite;
65};
66
67class FsInfo;
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected