summaryrefslogtreecommitdiff
path: root/ayafs-core/src/disk/mod.rs
blob: 878e832c906295027775b3fe7e426e92083deb7d (plain) (blame)
1
2
3
4
5
6
pub mod allocation;
/// On-disk data structures and logic.
/// Including bitmaps, inodes and blocks.
pub mod bitmap;
pub mod block;
pub mod inode;