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.