Lines Matching full:objects
57 the filesystem, shrinking the cache by culling the objects it contains to make
158 Renaming files in the cache might make objects appear to be other objects (the
175 discarding objects from the cache that have been used less recently than
176 anything else. Culling is based on the access time of data objects. Empty
205 The userspace daemon scans the cache to build up a table of cullable objects.
207 started as soon as space is made in the table. Objects will be skipped if
220 The active cache objects all reside in the first directory. The CacheFiles
221 kernel module moves any retired or culled objects that it can't simply unlink
228 The module represents index objects as directories with the filename "I..." or
231 Data objects are represented as files if they have no children, or directories
233 directory, data objects will have a file in the directory called "data" that
236 Special objects are similar to data objects, except their filenames begin
244 objects::
256 make a nest of directories, and the last one of which will be the objects
283 type ID (required to distinguish special objects) and the auxiliary data from
284 the netfs. The latter is used to detect stale objects in the cache and update
341 cache, to set and access extended attributes on cache objects, and to read and