Searched refs:fatsize (Results 1 – 1 of 1) sorted by relevance
176 size_t fatsize; member351 return (fat->fatsize & ((off_t)fat32_cache_chunk_size - 1)); in fat_get_iosize()704 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec; in _readfat()714 fat->fatbuf = mmap(NULL, fat->fatsize, in _readfat()733 fat->fatsize >= fat32_cache_size) { in _readfat()738 fat->fat32_lastaddr = fat->fatsize & ~(fat32_cache_chunk_size); in _readfat()740 readsize = fat->fatsize; in _readfat()790 munmap(fat->fatbuf, fat->fatsize); in releasefat()1151 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()1152 tailsize = fat->fatsize % fat32_cache_size; in copyfat()[all …]