Searched refs:fs_type (Results 1 – 2 of 2) sorted by relevance
79 enum storage_aidl_filesystem fs_type);91 enum storage_aidl_filesystem fs_type);113 enum storage_aidl_filesystem fs_type) {}117 enum storage_aidl_filesystem fs_type) {}
183 storage_aidl_filesystem fs_type, in StorageClientSession() argument185 : inner_(), fs_type_(fs_type), active_(false) { in StorageClientSession()192 storage_aidl_filesystem fs_type() { return fs_type_; } in fs_type() function in storage_service::__anon6ce72a060111::StorageClientSession645 storage_aidl_filesystem fs_type; in MakeSession() local646 Status result = get_fs(file_properties, &fs_type); in MakeSession()651 struct fs* fs = filesystems_[fs_type]; in MakeSession()661 *out = std::make_shared<StorageClientSession>(fs, fs_type, peer); in MakeSession()666 void DeactivateFilesystem(storage_aidl_filesystem fs_type) { in DeactivateFilesystem() argument667 if (filesystems_[fs_type] == nullptr) { in DeactivateFilesystem()668 SS_ERR("Deactivating fs that's already inactive: %d", fs_type); in DeactivateFilesystem()[all …]