...
Percent of cache buffer dedicated to directory sectors.
mode
Cache mode
FS_VOL_CACHE_MODE_WR_THROUGH
FS_VOL_CACHE_MODE_WR_BACK
FS_VOL_CACHE_MODE_RD
p_err
Pointer to variable that will receive return error code from this function:
FS_ERR_NONE
Cache created.
FS_ERR_NAME_NULL
‘name_vol
’ passed a NULL pointer.
FS_ERR_VOL_NOT_OPEN
Volume not open.
FS_ERR_NULL_PTR
‘p_cache_data
’ passed a NULL pointer.
FS_ERR_CACHE_INVALID_MODE
Mode specified invalid
FS_ERR_CACHE_INVALID_SEC_TYPE
Sector type sepecified invalid.
FS_ERR_CACHE_TOO_SMALL
Size specified too small for cache.
...