Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c554 bool is_legacyroot; in readDosDirSection() local
585 is_legacyroot = (dir->parent == NULL && !(boot->flags & FAT32)); in readDosDirSection()
586 if (is_legacyroot) { in readDosDirSection()
596 if (is_legacyroot) { in readDosDirSection()
1006 if (is_legacyroot) { in readDosDirSection()
1033 if ((mod & FSDIRMOD) && is_legacyroot) { in readDosDirSection()