[][src]Module polyfuse::reply

Replies to the kernel.

Structs

ReplyAttr

Reply with the inode attributes.

ReplyBmap

Reply with the mapped block index.

ReplyEntry

Reply with entry params.

ReplyLk

Reply with a file lock.

ReplyOpen

Reply with an opened file.

ReplyPoll

Reply with the poll result.

ReplyStatfs

Reply with the filesystem staticstics.

ReplyWrite

Reply with the information about written data.

ReplyXattr

Reply to a request about extended attributes.

Traits

Collector

Container for collecting the scattered bytes.

Reply

A trait that represents the data structure contained in the reply sent to the kernel.