Lines Matching defs:error
64 int error;
72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec);
73 if (!xchk_should_check_xref(sc, &error, pcur))
157 int error = 0;
159 if (xchk_should_terminate(bs->sc, &error))
160 return error;
176 error = xfs_icache_inode_is_allocated(mp, bs->cur->bc_tp, fsino,
178 if (error == -ENODATA) {
183 } else if (error < 0) {
185 * Inode is only half assembled, or there was an IO error,
223 int error = 0;
281 error = xfs_imap_to_bp(mp, bs->cur->bc_tp, &imap, &dip, &cluster_bp, 0);
282 if (!xchk_btree_xref_process_error(bs->sc, bs->cur, 0, &error))
283 return error;
295 error = xchk_iallocbt_check_cluster_ifree(bs, irec,
297 if (error)
303 return error;
317 int error = 0;
329 error = xchk_iallocbt_check_cluster(bs, irec, cluster_base);
330 if (error)
334 return error;
433 int error = 0;
498 error = xchk_iallocbt_check_clusters(bs, &irec);
499 if (error)
503 return error;
518 int error;
526 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks);
527 if (!xchk_process_error(sc, 0, 0, &error))
531 error = xfs_btree_count_blocks(sc->sa.fino_cur, &finobt_blocks);
532 if (!xchk_process_error(sc, 0, 0, &error))
536 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur,
538 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
556 int error;
562 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur,
564 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))
583 int error;
586 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT,
588 if (error)
589 return error;
603 return error;
630 int error;
635 error = xfs_ialloc_has_inodes_at_extent(*icur, agbno, len, &has_inodes);
636 if (!xchk_should_check_xref(sc, &error, icur))