Home
last modified time | relevance | path

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

/mirbsd/src/sys/msdosfs/
Dfat.h102 int clusteralloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t, uint32_t *, uint32_t *);
Dmsdosfs_fat.c771 clusteralloc(pmp, start, count, fillwith, retcluster, got) in clusteralloc() function
1039 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
Dmsdosfs_vnops.c1284 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL);