Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddosfs.h110 #define FAT_USED 1 /* This fat chain is used in a file */ macro
Ddir.c266 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection()
835 fat[dirent.head].flags |= FAT_USED; in readDosDirSection()
1092 fat[head].flags |= FAT_USED; in reconnect()
Dfat.c673 || (fat[head].flags & FAT_USED)) in checklost()