Searched refs:clusteralloc (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/fs/msdosfs/ |
| HD | fat.h | 97 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *ret…
|
| HD | msdosfs_fat.c | 757 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, in clusteralloc() function 1033 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
|
| HD | msdosfs_vnops.c | 1400 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);
|