Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c56 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
575 *p = SLOT_EMPTY; in readDosDirSection()
579 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) { in readDosDirSection()
580 if (*p == SLOT_EMPTY) { in readDosDirSection()
1049 if (*p == SLOT_EMPTY in reconnect()