Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c160 checkFAT32CleanBit(int fd) in checkFAT32CleanBit() function
H A Dfsck_pcfs.h215 extern int checkFAT32CleanBit(int fd);
H A Dfsck.c291 okayToMount = checkFAT32CleanBit(fd); in confirmMountable()