Lines Matching refs:sbcri
466 struct xchk_bmap_check_rmap_info *sbcri = priv; in xchk_bmap_check_rmap() local
468 struct xfs_scrub *sc = sbcri->sc; in xchk_bmap_check_rmap()
474 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap()
481 ifp = xfs_ifork_ptr(sc->ip, sbcri->whichfork); in xchk_bmap_check_rmap()
483 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
488 &sbcri->icur, &irec); in xchk_bmap_check_rmap()
490 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
502 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
507 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
510 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
519 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
521 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
538 struct xchk_bmap_check_rmap_info sbcri; in xchk_bmap_check_ag_rmaps() local
549 sbcri.sc = sc; in xchk_bmap_check_ag_rmaps()
550 sbcri.whichfork = whichfork; in xchk_bmap_check_ag_rmaps()
551 error = xfs_rmap_query_all(cur, xchk_bmap_check_rmap, &sbcri); in xchk_bmap_check_ag_rmaps()