Searched defs:IncFsMount (Results 1 – 1 of 1) sorted by relevance
325 struct IncFsMount { struct326 struct Bind {355 IncFsMount(std::string root, std::string metricsKey, MountId mountId, Control control, in IncFsMount() argument363 IncFsMount& operator=(IncFsMount&&) = delete; argument368 void disallowReadLogs() { flags &= ~StorageFlags::ReadLogsAllowed; } in disallowReadLogs()369 int32_t readLogsAllowed() const { return (flags & StorageFlags::ReadLogsAllowed); } in readLogsAllowed()371 void setReadLogsEnabled(bool value) { in setReadLogsEnabled()374 int32_t readLogsEnabled() const { return (flags & StorageFlags::ReadLogsEnabled); } in readLogsEnabled()399 using IfsMountPtr = std::shared_ptr<IncFsMount>; argument