Module tvix_castore::fs
source ยท Modulesยง
- file_attr ๐
- inode_tracker ๐
- inodes ๐This module contains all the data structures used to track information about inodes, which present tvix-castore nodes in a filesystem.
- root_nodes ๐
Structsยง
- This implements a read-only FUSE filesystem for a tvix-store with the passed BlobService, DirectoryService and RootNodes.
Constantsยง
- Buffer size of the channel providing nodes in the mount root
Traitsยง
- Provides an interface for looking up root nodes in tvix-castore by given a lookup key (usually the basename), and optionally allow a listing.