Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c4683 if (sbi->error_dirty) { in f2fs_record_stop_reason()
4685 sbi->error_dirty = false; in f2fs_record_stop_reason()
4713 sbi->error_dirty = true; in f2fs_save_errors()
4743 if (!sbi->error_dirty) in f2fs_handle_error()
H A Df2fs.h2032 bool error_dirty; /* errors of sb is dirty */ member