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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c144 struct fs_cache *cluster_cache; member in struct:fat_mount
206 return acquire_or_read(mount, mount->cluster_cache, cluster, data,
214 return fs_cache_release(mount->cluster_cache, cluster);
1333 err = fs_cache_init(1<<7, 1<<8, &mount->cluster_cache);
1346 if (mount->cluster_cache) {
1347 fs_cache_free(mount->cluster_cache);

Completed in 33 milliseconds