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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c389 size_t cluster_index = block_index / mount->cluster_size; local
393 search->index, cluster_index, cluster_offset);
395 if (!search->data || search->data_index != cluster_index) {
410 // determine cluster corresponding to cluster_index
411 for (size_t clsidx = cluster_index;
420 FAT_DEBUG_F("dir cluster %zu is cluster %"PRIu32, cluster_index, cluster);
441 search->data_index = cluster_index;
741 size_t cluster_index = cluster_for_offset(offset, mount); local
744 cluster_index, cluster_offset);
759 // determine cluster corresponding to cluster_index
[all...]

Completed in 33 milliseconds