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

  /src/sys/fs/msdosfs/
msdosfs_fat.c 815 u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ local in function:msdosfs_clusteralloc
850 foundcn = cn;
867 foundcn = cn;
882 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));

Completed in 12 milliseconds