<dec f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='132' type='void updatefats(struct msdosfsmount * , struct buf * , u_long )'/>
<def f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='395' ll='486' type='void updatefats(struct msdosfsmount * pmp, struct buf * bp, u_long fatbn)'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='646' u='c' c='fatentry'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='719' u='c' c='fatchain'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='902' u='c' c='freeclusterchain'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='939' u='c' c='freeclusterchain'/>
<doc f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='386'>/*
 * Update the FAT.
 * If mirroring the FAT, update all copies, with the first copy as last.
 * Else update only the current FAT (ignoring the others).
 *
 * pmp	 - msdosfsmount structure for filesystem to update
 * bp	 - addr of modified FAT block
 * fatbn - block number relative to begin of filesystem of the modified FAT block.
 */</doc>
