Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Daidl_service.h79 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) {}
Daidl_service.cpp183 storage_aidl_filesystem fs_type, in StorageClientSession() argument
185 : 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::StorageClientSession
645 storage_aidl_filesystem fs_type; in MakeSession() local
646 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() argument
667 if (filesystems_[fs_type] == nullptr) { in DeactivateFilesystem()
668 SS_ERR("Deactivating fs that's already inactive: %d", fs_type); in DeactivateFilesystem()
[all …]