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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c251 size_t cluster_fat_block = fat_block_for_cluster(cluster, mount)+mount->fat_start; local
254 cluster, cluster_fat_block, cluster_fat_offset);
258 err = acquire_block(mount, cluster_fat_block, &data);
273 err = release_block(mount, cluster_fat_block);

Completed in 37 milliseconds