Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c58 #define SLOT_DELETED 0xe5 /* file in this slot deleted */ macro
334 *s = SLOT_DELETED; in delete()
380 *start = SLOT_DELETED; in removede()
577 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) { in readDosDirSection()
600 *q = SLOT_DELETED; in readDosDirSection()
606 *p = SLOT_DELETED; in readDosDirSection()
814 *p = SLOT_DELETED; in readDosDirSection()
909 *p = SLOT_DELETED; in readDosDirSection()
922 *p = SLOT_DELETED; in readDosDirSection()
1048 || *p == SLOT_DELETED) in reconnect()