clusteralloc       97 msdosfs/fat.h  int clusteralloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t, uint32_t *, uint32_t *);
clusteralloc     1038 msdosfs/msdosfs_fat.c 		error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
clusteralloc     1215 msdosfs/msdosfs_vnops.c 	error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);