7#include <cosmos/BitMask.hxx>
8#include <cosmos/dso_export.h>
9#include <cosmos/fs/FileBase.hxx>
10#include <cosmos/SysString.hxx>
28 CLOEXEC = MFD_CLOEXEC,
29 ALLOW_SEALING = MFD_ALLOW_SEALING,
58 const HugePageSize tlb_ps = HugePageSize::DEFAULT) {
59 create(name, flags, tlb_ps);
68 void create(
const SysString name,
69 const OpenFlags flags = OpenFlags{OpenFlag::CLOEXEC},
70 const HugePageSize tlb_ps = HugePageSize::DEFAULT);
A typesafe bit mask representation using class enums.
Base class for File types with ownership of a FileDescriptor.
A file only backed by memory, not by an actual file system.
MemFile(const SysString name, const OpenFlags flags=OpenFlags{OpenFlag::CLOEXEC}, const HugePageSize tlb_ps=HugePageSize::DEFAULT)
OpenFlag
Available open settings for the MemFile type.
HugePageSize
PageSize specification if OpenFlag::HUGETLB is set.
@ DEFAULT
if used on a packet socket then no packets will be received (until bind).
Wrapper type around a C-style string for use with system APIs.