| 49 | }; |
| 50 | |
| 51 | struct 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 | |
| 67 | class FsInfo; |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected