ZenFS
    Preparing search index...

    Variable fullDeviceConst Internal

    fullDevice: DeviceDriver = ...

    Simulates the /dev/full device.

    • Reads behave like /dev/zero (returns zeroes).
    • Writes always fail with ENOSPC (no space left on device).