Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c4024 if (sbi->error_dirty) { in f2fs_record_stop_reason()
4027 sbi->error_dirty = false; in f2fs_record_stop_reason()
4046 sbi->error_dirty = true; in f2fs_save_errors()
4057 if (sbi->error_dirty) { in f2fs_update_errors()
4060 sbi->error_dirty = false; in f2fs_update_errors()
4095 if (!sbi->error_dirty) in f2fs_handle_error_async()
H A Df2fs.h1764 bool error_dirty; /* errors of sb is dirty */ member