Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/makefs/msdos/
Dmsdosfs_fat.c744 u_long len, newst, foundl, cn, l; in clusteralloc1() local
757 foundl = 0; in clusteralloc1()
767 if (l > foundl) { in clusteralloc1()
769 foundl = l; in clusteralloc1()
784 if (l > foundl) { in clusteralloc1()
786 foundl = l; in clusteralloc1()
794 if (!foundl) in clusteralloc1()
800 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()
/freebsd-12-stable/sys/fs/msdosfs/
Dmsdosfs_fat.c760 u_long len, newst, foundl, cn, l; in clusteralloc1() local
776 foundl = 0; in clusteralloc1()
786 if (l > foundl) { in clusteralloc1()
788 foundl = l; in clusteralloc1()
803 if (l > foundl) { in clusteralloc1()
805 foundl = l; in clusteralloc1()
813 if (!foundl) in clusteralloc1()
819 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()