Lines Matching refs:error
33 int *error)
37 if (*error == 0)
40 switch (*error) {
43 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error);
49 *error = 0;
55 *error, __return_address);
226 int error;
235 error = xfs_da3_path_shift(ds->state, altpath, direction,
237 if (error == 0 && retval == 0)
239 error = 0;
244 error = xfs_da3_path_shift(ds->state, altpath, direction, false,
246 if (!xchk_da_process_error(ds, level, &error))
271 return error;
283 int error = 0;
297 * absorb error codes for us.
299 error = xchk_da_btree_block_check_sibling(ds, level, 0, back);
300 if (error)
302 error = xchk_da_btree_block_check_sibling(ds, level, 1, forw);
306 return error;
325 int error = 0;
342 error = xfs_da_read_buf(dargs->trans, dargs->dp, blk->blkno,
345 if (!xchk_da_process_error(ds, level, &error))
381 error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr);
382 if (error)
459 return error;
465 return error;
482 int error;
510 error = xchk_da_btree_block(&ds, level, blkno);
511 if (error)
535 error = scrub_fn(&ds, level);
536 if (error)
538 if (xchk_should_terminate(sc, &error) ||
558 error = xchk_da_btree_hash(&ds, level, &key->hashval);
559 if (error)
571 error = xchk_da_btree_block(&ds, level, blkno);
572 if (error)
591 return error;