Lines Matching refs:error
33 int *error)
37 if (*error == 0)
40 switch (*error) {
44 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error);
50 *error = 0;
56 *error, __return_address);
227 int error;
236 error = xfs_da3_path_shift(ds->state, altpath, direction,
238 if (error == 0 && retval == 0)
240 error = 0;
245 error = xfs_da3_path_shift(ds->state, altpath, direction, false,
247 if (!xchk_da_process_error(ds, level, &error))
272 return error;
284 int error = 0;
298 * absorb error codes for us.
300 error = xchk_da_btree_block_check_sibling(ds, level, 0, back);
301 if (error)
303 error = xchk_da_btree_block_check_sibling(ds, level, 1, forw);
307 return error;
326 int error = 0;
343 error = xfs_da_read_buf(dargs->trans, dargs->dp, blk->blkno,
346 if (!xchk_da_process_error(ds, level, &error))
382 error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr);
383 if (error)
460 return error;
466 return error;
483 int error;
514 error = xchk_da_btree_block(ds, level, blkno);
515 if (error)
539 error = scrub_fn(ds, level);
540 if (error)
542 if (xchk_should_terminate(sc, &error) ||
562 error = xchk_da_btree_hash(ds, level, &key->hashval);
563 if (error)
575 error = xchk_da_btree_block(ds, level, blkno);
576 if (error)
596 return error;