Home
last modified time | relevance | path

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

/src/sys/fs/msdosfs/
H A Dfat.h100 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *ret…
H A Dmsdosfs_fat.c747 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, in clusteralloc() function
1039 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got); in extendfile()
H A Dmsdosfs_vnops.c1367 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdir()
/src/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c724 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, in clusteralloc() function
1000 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got); in m_extendfile()
H A Dmsdosfs_vnops.c562 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdire()