<dec f='src/src/sys/fs/msdosfs/fat.h' l='111' type='int clusteralloc(struct msdosfsmount * , u_long , u_long , u_long * , u_long * )'/>
<def f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='805' ll='878' type='int clusteralloc(struct msdosfsmount * pmp, u_long start, u_long count, u_long * retcluster, u_long * got)'/>
<use f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='1063' u='c' c='extendfile'/>
<doc f='src/src/sys/fs/msdosfs/msdosfs_fat.c' l='794'>/*
 * Allocate contiguous free clusters.
 *
 * pmp	      - mount point.
 * start      - preferred start of cluster chain.
 * count      - number of clusters requested.
 * 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>
<use f='src/src/sys/fs/msdosfs/msdosfs_vnops.c' l='1215' u='c' c='msdosfs_mkdir'/>
