Searched refs:clusteralloc (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Dfat.h106 int clusteralloc(struct msdosfsmount *, u_long, u_long,u_long *,u_long *);
H A Dmsdosfs_vnops.c546 error = clusteralloc(pmp, 0, 1, &newcluster, NULL);
H A Dmsdosfs_fat.c767 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long *retcluster, u_long *got) function
1024 error = clusteralloc(pmp, cn, count, &cn, &got);
/openbsd-current/sys/msdosfs/
H A Dfat.h98 int clusteralloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t *, uint32_t *);
H A Dmsdosfs_fat.c704 printf("clusteralloc(): allocated cluster chain at %d (%d clusters)\n",
726 clusteralloc(struct msdosfsmount *pmp, uint32_t start, uint32_t count, function
736 printf("clusteralloc(): find %d clusters\n",count);
990 error = clusteralloc(pmp, cn, count, &cn, &got);
H A Dmsdosfs_vnops.c1255 error = clusteralloc(pmp, 0, 1, &newcluster, NULL);

Completed in 139 milliseconds