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
574
if (dir->
fsckflags
& DIREMPWARN) {
581
dir->
fsckflags
|= DIREMPTY;
588
if (dir->
fsckflags
& DIREMPTY) {
589
if (!(dir->
fsckflags
& DIREMPWARN)) {
595
dir->
fsckflags
&= ~DIREMPTY;
605
dir->
fsckflags
|= DIREMPWARN;
607
if (dir->
fsckflags
& DIREMPWARN) {
611
} else if (dir->
fsckflags
& DIREMPTY)
Completed in 1935 milliseconds