ShingledFS 2.0
SMR-AwareFUSE-basedFileSystem
|
Defines the Buffer Cache File List. More...
Defines the Buffer Cache File List.
This structure abstracts away all of the details pertaining to the buffer cache implementation.
max_files | Max. no. of files that can be present in the buffer cache |
cached_files | No. of files currently in the buffer cache |
bc_files | List of bc_file_t records for each file in the buffer cache |
lock | Lock that protects the structure during concurrent access |
Definition at line 69 of file buffercache.c.