Lines Matching defs:error
44 int error;
55 error = xfs_refcount_find_shared(sc->sa.refc_cur, irec->rm_startblock,
57 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))
100 int error;
102 error = xfs_rmap_btrec_to_irec(rec, &irec);
103 if (!xchk_btree_process_error(bs->sc, bs->cur, 0, &error))
160 return error;
182 int error;
187 error = xfs_rmap_record_exists(sc->sa.rmap_cur, bno, len, oinfo,
189 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
225 int error;
230 error = xfs_rmap_has_record(sc->sa.rmap_cur, bno, len, &has_rmap);
231 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))