Searched refs:LogChanges (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in23 # are logged there. See also LogChanges.
34 LogChanges on
H A Ddisk.c112 if (LogChanges)
H A Dext2ed.h189 extern int LogChanges;
H A Dmain.c59 int LogChanges=1; /* 1 enables logging, 0 diables logging */ variable
H A Dinit.c511 else if (strcasecmp (option,"LogChanges")==0) {
513 LogChanges = 1;
515 LogChanges = 0;

Completed in 766 milliseconds