Home
last modified time | relevance | path

Searched refs:write_errors_start (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Derror.c142 unsigned long write_errors_start = READ_ONCE(ca->write_errors_start); in bch2_io_error_work() local
144 if (write_errors_start && in bch2_io_error_work()
146 write_errors_start + c->opts.write_error_timeout * HZ)) { in bch2_io_error_work()
172 if (type == BCH_MEMBER_ERROR_write && !ca->write_errors_start) in bch2_io_error()
173 ca->write_errors_start = jiffies; in bch2_io_error()
H A Derror.h231 ca->write_errors_start) in bch2_account_io_success_fail()
232 ca->write_errors_start = 0; in bch2_account_io_success_fail()
H A Dbcachefs.h615 unsigned long write_errors_start; member