Home
last modified time | relevance | path

Searched refs:clusteralloc (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/fs/msdosfs/
HDfat.h97 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *ret…
HDmsdosfs_fat.c757 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, in clusteralloc() function
1033 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
HDmsdosfs_vnops.c1400 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);