Home
last modified time | relevance | path

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

/dflybsd-src/sbin/fsck_msdosfs/
H A Dfat.c146 struct fat32_cache_entry { struct
148 uint8_t *chunk; /* pointer to chunk */
149 off_t addr; /* offset */
173 TAILQ_HEAD(cachehead, fat32_cache_entry) fat32_cache_head; argument