• Home
  • Raw
  • Download

Lines Matching refs:level_db_connection_map

408     std::map<std::string, leveldb::DB*> level_db_connection_map;  member
2554 fuse->level_db_connection_map.insert( in SetupLevelDbConnection()
2598 status = fuse->level_db_connection_map[volume_name]->Delete(leveldb::WriteOptions(), key); in DeleteFromLevelDb()
2613 status = fuse->level_db_connection_map[volume_name]->Put(leveldb::WriteOptions(), key, value); in InsertInLevelDb()
2631 fuse->level_db_connection_map[volume_name]->NewIterator(leveldb::ReadOptions()); in ReadFilePathsFromLevelDb()
2655 leveldb::Status status = fuse->level_db_connection_map[volume_name]->Get(leveldb::ReadOptions(), in ReadBackedUpDataFromLevelDb()
2669 leveldb::Status status = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Get( in ReadOwnership()
2688 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2690 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in CreateOwnerIdRelation()
2694 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in CreateOwnerIdRelation()
2696 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in CreateOwnerIdRelation()
2711 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in RemoveOwnerIdRelation()
2713 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Delete(leveldb::WriteOptions(), in RemoveOwnerIdRelation()
2720 status1 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in RemoveOwnerIdRelation()
2722 status2 = fuse->level_db_connection_map[OWNERSHIP_RELATION]->Put( in RemoveOwnerIdRelation()
2739 fuse->level_db_connection_map[OWNERSHIP_RELATION]->NewIterator(leveldb::ReadOptions()); in GetOwnerRelationship()
2749 if (fuse->level_db_connection_map.find(instance_name) == fuse->level_db_connection_map.end()) { in CheckLevelDbConnection()