Module fuse::server

source ·

Structs§

Constants§

Traits§

  • A trait for memory mapping for DAX.
  • A trait for reading from the underlying FUSE endpoint.
  • A trait for writing to the underlying FUSE endpoint. The FUSE device expects the write operation to happen in one write transaction. Since there are cases when data needs to be generated earlier than the header, it implies the writer implementation to keep an internal buffer. The buffer then can be flushed once header and data are both prepared.

Functions§