Home
last modified time | relevance | path

Searched defs:fat32_cache_entry (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c154 struct fat32_cache_entry { struct
156 uint8_t *chunk; /* pointer to chunk */
157 off_t addr; /* offset */
181 TAILQ_HEAD(cachehead, fat32_cache_entry) fat32_cache_head; argument