Module tvix_castore::fs::inodes

source ·
Expand description

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

Enums§

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