Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/
H A Dmsdosfs_fat.c292 struct fatcache *fcp; in fc_purge() local
296 fcp = dep->de_fc; in fc_purge()
297 for (i = 0; i < FC_SIZE; i++, fcp++) { in fc_purge()
298 if (fcp->fc_frcn >= frcn) in fc_purge()
299 fcp->fc_frcn = FCE_EMPTY; in fc_purge()