Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c1289 MOUNT_ERRORS_CONTINUE; in parse_options()
2090 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE) in f2fs_show_options()
2136 F2FS_OPTION(sbi).errors = MOUNT_ERRORS_CONTINUE; in default_options()
4138 F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE; in f2fs_handle_critical_error()
H A Df2fs.h1397 MOUNT_ERRORS_CONTINUE, /* continue on errors */ enumerator