fat_alloc_cluster  201 usr/server/fs/fatfs/fatfs.h int	 fat_alloc_cluster(struct fatfsmount *fmp, u_long scan_start, u_long *free);
fat_alloc_cluster  321 usr/server/fs/fatfs/fatfs_fat.c 			error = fat_alloc_cluster(fmp, cl, &next);
fat_alloc_cluster  362 usr/server/fs/fatfs/fatfs_fat.c 	error = fat_alloc_cluster(fmp, cl, &next);
fat_alloc_cluster  396 usr/server/fs/fatfs/fatfs_vnops.c 	error = fat_alloc_cluster(fmp, 0, &cl);
fat_alloc_cluster  571 usr/server/fs/fatfs/fatfs_vnops.c 	error = fat_alloc_cluster(fmp, 0, &cl);