Documentation ¶
Overview ¶
Package inodes contains the logic for allocating inode numbers.
We just store each inode as a key in the database. The overhead is roughly 8 bytes per inode. Inodes are never freed, currently. 2**64 files oughta be enough for a while.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OutOfInodes = outOfInodesError{}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.