Searched refs:block_cache (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c143 struct fs_cache *block_cache; member in struct:fat_mount
193 return acquire_or_read(mount, mount->block_cache,
200 return fs_cache_release(mount->block_cache, block);
1329 err = fs_cache_init(1<<7, 1<<8, &mount->block_cache);
1343 if (mount->block_cache) {
1344 fs_cache_free(mount->block_cache);

Completed in 37 milliseconds