MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / FsVolume

Class FsVolume

Kernel/include/fs/fsvolume.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace fs{
6
7 class FsVolume{
8 public:
9 volume_id_t volumeID;
10 FsNode* mountPoint;
11 DirectoryEntry mountPointDirent;
12 };
13
14 class LinkVolume : public FsVolume{
15 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected