HomeSort by: relevance | last modified time | path
    Searched defs:foundl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
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));
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));

Completed in 22 milliseconds