HomeSort by: relevance | last modified time | path
    Searched refs:msdosfs_clusteralloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/msdosfs/
fat.h 111 int msdosfs_clusteralloc(struct msdosfsmount *, u_long, u_long, u_long *,
msdosfs_fat.c 810 msdosfs_clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, function in typeref:typename:int
1070 error = msdosfs_clusteralloc(pmp, cn, count, &cn, &got);
msdosfs_vnops.c 802 error = msdosfs_clusteralloc(pmp, 0, 1, &newcluster, NULL);
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 573 error = msdosfs_clusteralloc(pmp, 0, 1, &newcluster, NULL);

Completed in 63 milliseconds