Searched defs:FuseData (Results 1 – 1 of 1) sorted by relevance
215 struct FuseData { struct216 int userId;217 shared_ptr<CloudInode> rootNode{nullptr};219 map<uint64_t, shared_ptr<CloudInode>> inodeCache;220 std::shared_mutex cacheLock;221 shared_ptr<CloudFile::CloudDatabase> database;222 struct fuse_session *se;