Searched refs:saw_error (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dpsycho_common.c80 int j, saw_error, first, last; local
82 saw_error = 0;
88 saw_error++;
97 if (saw_error != 0) {
H A Dpci_schizo.c176 int j, saw_error, first, last; local
178 saw_error = 0;
184 saw_error++;
192 if (saw_error != 0) {
/linux-master/fs/bcachefs/
H A Dbtree_io.c610 *saw_error = true; \
671 int write, bool have_retry, bool *saw_error)
856 bool have_retry, bool *saw_error)
976 struct btree *b, bool have_retry, bool *saw_error)
1122 READ, have_retry, saw_error);
1129 ret = validate_bset_keys(c, b, i, READ, have_retry, saw_error);
1287 bool saw_error = false; local
1324 !bch2_btree_node_read_done(c, ca, b, can_retry, &saw_error)) {
1330 saw_error = true;
1343 if (saw_error
668 validate_bset(struct bch_fs *c, struct bch_dev *ca, struct btree *b, struct bset *i, unsigned offset, unsigned sectors, int write, bool have_retry, bool *saw_error) argument
854 validate_bset_keys(struct bch_fs *c, struct btree *b, struct bset *i, int write, bool have_retry, bool *saw_error) argument
975 bch2_btree_node_read_done(struct bch_fs *c, struct bch_dev *ca, struct btree *b, bool have_retry, bool *saw_error) argument
1438 bool _saw_error = false, *saw_error = &_saw_error; local
1933 bool saw_error; local
[all...]
H A Ddebug.c42 bool failed = false, saw_error = false; local
63 if (bch2_btree_node_read_done(c, ca, v, false, &saw_error) || saw_error)

Completed in 300 milliseconds