Lines Matching refs:sbcri
541 struct xchk_bmap_check_rmap_info *sbcri = priv;
543 struct xfs_scrub *sc = sbcri->sc;
549 if ((sbcri->whichfork == XFS_ATTR_FORK) ^
556 ifp = xfs_ifork_ptr(sc->ip, sbcri->whichfork);
558 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
563 &sbcri->icur, &irec);
565 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
577 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
582 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
585 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
594 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec);
596 xchk_fblock_set_corrupt(sc, sbcri->whichfork,
613 struct xchk_bmap_check_rmap_info sbcri;
624 sbcri.sc = sc;
625 sbcri.whichfork = whichfork;
626 error = xfs_rmap_query_all(cur, xchk_bmap_check_rmap, &sbcri);