Home
last modified time | relevance | path

Searched refs:chainalloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/usr.sbin/makefs/msdos/
HDmsdosfs_fat.c72 static int chainalloc(struct msdosfsmount *pmp, u_long start,
681 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, in chainalloc() function
746 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1()
760 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
777 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
792 return (chainalloc(pmp, start, len, fillwith, retcluster, got)); in clusteralloc1()
794 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()
/freebsd-14-stable/sys/fs/msdosfs/
HDmsdosfs_fat.c67 static int chainalloc(struct msdosfsmount *pmp, u_long start,
702 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, in chainalloc() function
774 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1()
788 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
805 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
820 return (chainalloc(pmp, start, len, fillwith, retcluster, got)); in clusteralloc1()
822 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()