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()
579 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) { in readDosDirSection()
602 *q = SLOT_DELETED; in readDosDirSection()
608 *p = SLOT_DELETED; in readDosDirSection()
816 *p = SLOT_DELETED; in readDosDirSection()
911 *p = SLOT_DELETED; in readDosDirSection()
924 *p = SLOT_DELETED; in readDosDirSection()
1050 || *p == SLOT_DELETED) in reconnect()