msdosfs_fat.c | 814 u_long len, newst, foundl, cn, l; local in function:msdosfs_clusteralloc 839 foundl = 0; 849 if (l > foundl) { 851 foundl = l; 866 if (l > foundl) { 868 foundl = l; 876 if (!foundl) 882 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
|