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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c75 ((offset) / ((mount)->block_size * (mount)->cluster_size))
78 ((offset) % ((mount)->block_size * (mount)->cluster_size))
81 ((mount)->clusters_start + (((cluster) - 2) * (mount)->cluster_size))
148 size_t cluster_size; // blocks member in struct:fat_mount
208 mount->block_size * mount->cluster_size);
389 size_t cluster_index = block_index / mount->cluster_size;
391 (mount->block_size * mount->cluster_size);
748 size_t cluster_remainder = mount->cluster_size * mount->block_size - cluster_offset;
1220 mount->cluster_size = fat_bpb_spc_rd(&mount->bpb);
1319 D(cluster_size);
[all...]

Completed in 40 milliseconds