Symbol: KFileSystem
headers/private/kernel/disk_device_manager/KFileSystem.h
24
class KFileSystem : public KDiskSystem {
headers/private/kernel/disk_device_manager/KFileSystem.h
26
KFileSystem(const char* name);
headers/private/kernel/disk_device_manager/KFileSystem.h
27
virtual ~KFileSystem();
headers/private/kernel/disk_device_manager/KFileSystem.h
71
using BPrivate::DiskDevice::KFileSystem;
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1140
KDiskSystem* diskSystem = new(nothrow) KFileSystem(name);
src/system/kernel/disk_device_manager/KFileSystem.cpp
100
KFileSystem::FreeContentCookie(KPartition *partition)
src/system/kernel/disk_device_manager/KFileSystem.cpp
110
KFileSystem::Defragment(KPartition* partition, disk_job_id job)
src/system/kernel/disk_device_manager/KFileSystem.cpp
119
KFileSystem::Repair(KPartition* partition, bool checkOnly, disk_job_id job)
src/system/kernel/disk_device_manager/KFileSystem.cpp
128
KFileSystem::Resize(KPartition* partition, off_t size, disk_job_id job)
src/system/kernel/disk_device_manager/KFileSystem.cpp
149
KFileSystem::Move(KPartition* partition, off_t offset, disk_job_id job)
src/system/kernel/disk_device_manager/KFileSystem.cpp
158
KFileSystem::SetContentName(KPartition* partition, const char* name,
src/system/kernel/disk_device_manager/KFileSystem.cpp
184
KFileSystem::SetContentParameters(KPartition* partition,
src/system/kernel/disk_device_manager/KFileSystem.cpp
211
KFileSystem::Initialize(KPartition* partition, const char* name,
src/system/kernel/disk_device_manager/KFileSystem.cpp
23
KFileSystem::KFileSystem(const char *name)
src/system/kernel/disk_device_manager/KFileSystem.cpp
237
KFileSystem::Uninitialize(KPartition* partition, disk_job_id job)
src/system/kernel/disk_device_manager/KFileSystem.cpp
263
KFileSystem::LoadModule()
src/system/kernel/disk_device_manager/KFileSystem.cpp
274
KFileSystem::UnloadModule()
src/system/kernel/disk_device_manager/KFileSystem.cpp
31
KFileSystem::~KFileSystem()
src/system/kernel/disk_device_manager/KFileSystem.cpp
38
KFileSystem::Init()
src/system/kernel/disk_device_manager/KFileSystem.cpp
58
KFileSystem::Identify(KPartition *partition, void **cookie)
src/system/kernel/disk_device_manager/KFileSystem.cpp
74
KFileSystem::Scan(KPartition *partition, void *cookie)
src/system/kernel/disk_device_manager/KFileSystem.cpp
90
KFileSystem::FreeIdentifyCookie(KPartition *partition, void *cookie)