Lines Matching defs:chunk
150 * cache with chunk size of 128 KiB to manage it.
154 uint8_t *chunk; /* pointer to chunk */
374 (size_t)write(fd, entry->chunk, writesize) != writesize) {
397 * Cache hit: if we already have the chunk, move it to list head
414 * Cache miss: detach the chunk at tail of list, overwrite with
415 * the located chunk, and populate with data from disk.
428 (size_t)read(fd, entry->chunk, rwsize) != rwsize) {
451 return (entry->chunk + off);
771 entry[i].chunk = &fat->fatbuf[entry[i].addr];