Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c50 #define SLOT_EMPTY 0x00 /* slot has never been used */ macro
491 *p = SLOT_EMPTY; in readDosDirSection()
495 if (*p == SLOT_EMPTY || *p == SLOT_DELETED) { in readDosDirSection()
496 if (*p == SLOT_EMPTY) { in readDosDirSection()
958 if (*p == SLOT_EMPTY in reconnect()