Skip to main content

Module inodes

Module inodes 

Source
Available on crate feature fs only.
Expand description

This module contains all the data structures used to track information about inodes, which present snix-castore nodes in a filesystem.

Enums§

DirectoryInodeData
This encodes the two different states of InodeData::Directory. Either the data still is sparse (we only saw a crate::Node::Directory, but didn’t fetch the crate::Directory struct yet, or we processed a lookup and did fetch the data.
InodeData