fat_set_cluster 200 usr/server/fs/fatfs/fatfs.h int fat_set_cluster(struct fatfsmount *fmp, u_long cl, u_long next); fat_set_cluster 257 usr/server/fs/fatfs/fatfs_fat.c error = fat_set_cluster(fmp, cl, CL_FREE); fat_set_cluster 263 usr/server/fs/fatfs/fatfs_fat.c error = fat_set_cluster(fmp, cl, CL_FREE); fat_set_cluster 327 usr/server/fs/fatfs/fatfs_fat.c error = fat_set_cluster(fmp, cl, next); fat_set_cluster 334 usr/server/fs/fatfs/fatfs_fat.c fat_set_cluster(fmp, cl, fmp->fat_eof); /* add eof */ fat_set_cluster 366 usr/server/fs/fatfs/fatfs_fat.c error = fat_set_cluster(fmp, cl, next); fat_set_cluster 370 usr/server/fs/fatfs/fatfs_fat.c error = fat_set_cluster(fmp, next, fmp->fat_eof); fat_set_cluster 410 usr/server/fs/fatfs/fatfs_vnops.c error = fat_set_cluster(fmp, cl, fmp->fat_eof); fat_set_cluster 607 usr/server/fs/fatfs/fatfs_vnops.c error = fat_set_cluster(fmp, cl, fmp->fat_eof);