L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Block_device::Device_discard_feature Struct Referenceabstract

Partial interface for devices that offer discard functionality. More...

#include <device.h>

+ Collaboration diagram for Block_device::Device_discard_feature:

Public Member Functions

virtual int discard (l4_uint64_t offset, Block_device::Inout_block const &blocks, Block_device::Inout_callback const &cb, bool discard)=0
 Issues one or more WRITE_ZEROES or DISCARD commands.
 

Detailed Description

Partial interface for devices that offer discard functionality.

Definition at line 111 of file device.h.


The documentation for this struct was generated from the following file: