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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c149 size_t fat_start; // blocks member in struct:fat_mount
251 size_t cluster_fat_block = fat_block_for_cluster(cluster, mount)+mount->fat_start;
1221 mount->fat_start = mount->startblock + fat_bpb_rsvs_rd(&mount->bpb);
1258 mount->rootdir_start = mount->fat_start +
1278 mount->clusters_start = mount->fat_start +
1320 D(fat_start);

Completed in 41 milliseconds