Searched refs:clusteralloc (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/msdosfs/ |
| D | fat.h | 102 int clusteralloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t, uint32_t *, uint32_t *);
|
| D | msdosfs_fat.c | 771 clusteralloc(pmp, start, count, fillwith, retcluster, got) in clusteralloc() function 1039 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
|
| D | msdosfs_vnops.c | 1284 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);
|