Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c56 extern int IsFAT32;
140 if (IsFAT32) in computeFileAreaSize()
234 IsFAT32 = 1; in readBPB()
236 if (!IsFAT32) { in readBPB()
H A Dfsck.c76 int IsFAT32 = 0; variable
120 if (!IsFAT32) in writeBackChanges()
324 if (!IsFAT32) { in confirmMountable()
H A Ddir.c58 extern int IsFAT32;
694 if (!IsFAT32) { in createCHKNameList()
755 if (IsFAT32) { in extractStartCluster()
782 if (!IsFAT32) { in findAvailableRootDirEntSlot()
1048 if (IsFAT32) { in updateDirEnt_Start()
H A Dclusters.c57 extern int IsFAT32;
666 if (!IsFAT32) in getReadyToSearch()
705 if (!IsFAT32) { in summarize()
1348 if (!IsFAT32 && ((uchar_t *)modified >= TheRootDir.bytes) && in findImpactedCluster()
H A Dfat.c48 extern int IsFAT32;