Searched refs:sbcri (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | bmap.c | 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() [all …]
|