HomeSort by relevance Sort by last modified time
    Searched refs:fix_on (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
main.c 218 c.fix_on = 1;
521 if (!c.fix_on && !c.bug_on) {
535 c.fix_on = 1;
541 * 1. fsck -f, fix_on has already been set to 1 when
543 * 2. fsck -a && CP_FSCK_FLAG is set, fix_on has already
546 * we set fix_on = 1 here, so that fsck can fix errors
549 c.fix_on = 1;
702 c.fix_on = 0;
755 c.fix_on = 1;
766 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0)
    [all...]
fsck.c 151 if (!c.fix_on || type < 0) {
171 if (!c.fix_on || type < 0) {
268 if (!c.fix_on || type < 0) {
290 if (!c.fix_on || type < 0) {
668 if (c.fix_on) {
685 c.fix_on) {
772 } else if (c.fix_on) {
802 if (c.fix_on) {
825 if (c.fix_on)
833 if (c.fix_on) {
    [all...]
mount.c 650 c.fix_on = 1;
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 360 int fix_on; member in struct:f2fs_configuration
    [all...]

Completed in 58 milliseconds