ShingledFS 2.0
SMR-AwareFUSE-basedFileSystem

bc_file_list_t Struct Reference

Defines the Buffer Cache File List. More...


Detailed Description

Defines the Buffer Cache File List.

This structure abstracts away all of the details pertaining to the buffer cache implementation.

Parameters:
max_filesMax. no. of files that can be present in the buffer cache
cached_filesNo. of files currently in the buffer cache
bc_filesList of bc_file_t records for each file in the buffer cache
lockLock that protects the structure during concurrent access

Definition at line 69 of file buffercache.c.