Lines Matching refs:sbcri
565 struct xchk_bmap_check_rmap_info *sbcri = priv; in xchk_bmap_check_rmap() local
567 struct xfs_scrub *sc = sbcri->sc; in xchk_bmap_check_rmap()
573 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap()
580 ifp = xfs_ifork_ptr(sc->ip, sbcri->whichfork); in xchk_bmap_check_rmap()
582 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
587 &sbcri->icur, &irec); in xchk_bmap_check_rmap()
589 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
601 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
606 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
609 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
618 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec); in xchk_bmap_check_rmap()
620 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
637 struct xchk_bmap_check_rmap_info sbcri; in xchk_bmap_check_ag_rmaps() local
648 sbcri.sc = sc; in xchk_bmap_check_ag_rmaps()
649 sbcri.whichfork = whichfork; in xchk_bmap_check_ag_rmaps()
650 error = xfs_rmap_query_all(cur, xchk_bmap_check_rmap, &sbcri); in xchk_bmap_check_ag_rmaps()