Lines Matching defs:error
101 int error = 0;
103 if (xchk_should_terminate(refchk->sc, &error))
104 return error;
144 * we have a refcountbt error.
285 int error;
297 error = xfs_rmap_query_range(sc->sa.rmap_cur, &low, &high,
299 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
377 int error;
383 error = xfs_btree_count_blocks(sc->sa.refc_cur, &refcbt_blocks);
384 if (!xchk_btree_process_error(sc, sc->sa.refc_cur, 0, &error))
386 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur,
388 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
394 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur,
396 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
408 int error;
410 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec,
412 if (error)
413 return error;
430 int error;
436 error = xfs_refcount_lookup_le(sc->sa.refc_cur,
438 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))
445 error = xfs_refcount_get_rec(sc->sa.refc_cur, &rc, &has_refcount);
446 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))
474 int error;
479 error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared);
480 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))