[][src]Module sunrise_fs::detail

Detail module

Contains implementations of various trait defined in the interface module.

Modules

driver

Contains driver implementations of file system.

gpt

GPT definition module.

utils

Utils of the detail module.

Structs

FileSystemProxy

Entry point of the file system interface.

PartitionIterator

Iterator over GPT partitions

PartitionManager

Manage partition of a IStorage.

Constants

BLOCK_SIZE

Size of a block.

BLOCK_SIZE_U64

Size of a block in u64.

MBR_LEN

Size of an MBR header.

MBR_LEN_U64

Size of an MBR header in u64.