Home
last modified time | relevance | path

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

/linux/fs/f2fs/ !
H A Dsuper.c4607 if (sbi->error_dirty) { in f2fs_record_stop_reason()
4610 sbi->error_dirty = false; in f2fs_record_stop_reason()
4631 sbi->error_dirty = true; in f2fs_save_errors()
4640 if (!sbi->error_dirty) in f2fs_handle_error()
H A Df2fs.h1983 bool error_dirty; /* errors of sb is dirty */ member