Home
last modified time | relevance | path

Searched refs:FC_SIZE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/msdosfs/
H A Ddenode.h123 #define FC_SIZE 3 /* number of entries in the cache */ macro
168 struct fatcache de_fc[FC_SIZE]; /* FAT cache */
H A Dmsdosfs_fat.c260 for (i = 0; i < FC_SIZE; i++) { in fc_lookup()
286 for (i = 0; i < FC_SIZE; i++, fcp++) { in fc_purge()
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c270 for (i = 0; i < FC_SIZE; i++) { in fc_lookup()
294 for (i = 0; i < FC_SIZE; i++, fcp++) { in fc_purge()