Searched refs:clusteralloc (Results 1 – 5 of 5) sorted by relevance
| /src/sys/fs/msdosfs/ |
| H A D | fat.h | 100 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *ret…
|
| H A D | msdosfs_fat.c | 747 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 D | msdosfs_vnops.c | 1367 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdir()
|
| /src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 724 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 D | msdosfs_vnops.c | 562 error = clusteralloc(pmp, 0, 1, CLUST_EOFE, &newcluster, NULL); in msdosfs_mkdire()
|