Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/
H A Dmsdosfs_fat.c763 u_long len, newst, foundl, cn, l; in clusteralloc1() local
779 foundl = 0; in clusteralloc1()
789 if (l > foundl) { in clusteralloc1()
791 foundl = l; in clusteralloc1()
806 if (l > foundl) { in clusteralloc1()
808 foundl = l; in clusteralloc1()
816 if (!foundl) in clusteralloc1()
822 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()