<dec f='src/src/sys/fs/msdosfs/denode.h' l='130'/>
<use f='src/src/sys/fs/msdosfs/denode.h' l='186' u='c'/>
<doc f='src/src/sys/fs/msdosfs/denode.h' l='121'>/*
 * The FAT entry cache as it stands helps make extending files a &quot;quick&quot;
 * operation by avoiding having to scan the FAT to discover the last
 * cluster of the file. The cache also helps sequential reads by
 * remembering the last cluster read from the file.  This also prevents us
 * from having to rescan the FAT to find the next cluster to read.  This
 * cache is probably pretty worthless if a file is opened by multiple
 * processes.
 */</doc>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='356' u='c'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='380' u='c'/>
