Home
last modified time | relevance | path

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

/freebsd/sys/fs/msdosfs/
H A Ddenode.h122 #define FC_SIZE 3 /* number of entries in the cache */ macro
163 struct fatcache de_fc[FC_SIZE]; /* FAT cache */
H A Dmsdosfs_fat.c271 for (i = 0; i < FC_SIZE; i++) { in fc_lookup()
297 for (i = 0; i < FC_SIZE; i++, fcp++) { in fc_purge()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c269 for (i = 0; i < FC_SIZE; i++) { in fc_lookup()
293 for (i = 0; i < FC_SIZE; i++, fcp++) { in fc_purge()