OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsckflags
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
130
uint
fsckflags
; /* flags during fsck */
member in struct:dosDirEntry
132
/* Flags in
fsckflags
: */
dir.c
572
if (dir->
fsckflags
& DIREMPWARN) {
579
dir->
fsckflags
|= DIREMPTY;
586
if (dir->
fsckflags
& DIREMPTY) {
587
if (!(dir->
fsckflags
& DIREMPWARN)) {
593
dir->
fsckflags
&= ~DIREMPTY;
603
dir->
fsckflags
|= DIREMPWARN;
605
if (dir->
fsckflags
& DIREMPWARN) {
609
} else if (dir->
fsckflags
& DIREMPTY)
Completed in 115 milliseconds