BeOSKernelFileSystem
BeOSKernelFileSystem::BeOSKernelFileSystem(const char* fsName,
BeOSKernelFileSystem* fileSystem
= static_cast<BeOSKernelFileSystem*>(FileSystem::GetInstance());
BeOSKernelFileSystem* fileSystem
= new(std::nothrow) BeOSKernelFileSystem(fsName, fsOps);
BeOSKernelFileSystem::~BeOSKernelFileSystem()
BeOSKernelFileSystem::Init()
BeOSKernelFileSystem::CreateVolume(Volume** volume, dev_t id)
BeOSKernelFileSystem::DeleteVolume(Volume* volume)
BeOSKernelFileSystem::_InitCapabilities()
class BeOSKernelFileSystem : public FileSystem {
BeOSKernelFileSystem(const char* fsName,
virtual ~BeOSKernelFileSystem();
using UserlandFS::BeOSKernelFileSystem;
inline BeOSKernelFileSystem*
return static_cast<BeOSKernelFileSystem*>(fFileSystem);
class BeOSKernelFileSystem;
inline BeOSKernelFileSystem* _FileSystem() const;