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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c390 size_t cluster_offset = bytes_offset % local
393 search->index, cluster_index, cluster_offset);
445 *data = search->data + cluster_offset;
742 size_t cluster_offset = offset_from_cluster(offset, mount); local
744 cluster_index, cluster_offset);
748 size_t cluster_remainder = mount->cluster_size * mount->block_size - cluster_offset;
779 memcpy(buffer, data+cluster_offset, read_size);
/barrelfish-2018-10-04/include/vm/
H A Dvm_fault.c296 int ahead, behind, cluster_offset, error, locked, rv; local
696 cluster_offset = fs.pindex %
698 behind = ulmin(cluster_offset,
701 cluster_offset;

Completed in 43 milliseconds