<dec f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='137' type='int chainalloc(struct msdosfsmount * , u_long , u_long , u_long , u_long * , u_long * )'/>
<def f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='774' ll='792' type='int chainalloc(struct msdosfsmount * pmp, u_long start, u_long count, u_long fillwith, u_long * retcluster, u_long * got)'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='817' u='c' c='clusteralloc'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='843' u='c' c='clusteralloc'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='860' u='c' c='clusteralloc'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='875' u='c' c='clusteralloc'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='877' u='c' c='clusteralloc'/>
<doc f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='763'>/*
 * Allocate contigous free clusters.
 *
 * pmp	      - mount point.
 * start      - start of cluster chain.
 * count      - number of clusters to allocate.
 * fillwith   - put this value into the FAT entry for the
 *		last allocated cluster.
 * retcluster - put the first allocated cluster&apos;s number here.
 * got	      - how many clusters were actually allocated.
 */</doc>
