<dec f='src/src/sys/fs/msdosfs/fat.h' l='117' type='int freeclusterchain(struct msdosfsmount * , u_long )'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_denode.c' l='472' u='c' c='detrunc'/>
<def f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='889' ll='941' type='int freeclusterchain(struct msdosfsmount * pmp, u_long cluster)'/>
<doc f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='881'>/*
 * Free a chain of clusters.
 *
 * pmp		- address of the msdosfs mount structure for the filesystem
 *		  containing the cluster chain to be freed.
 * startcluster - number of the 1st cluster in the chain of clusters to be
 *		  freed.
 */</doc>
