Searched refs:sbcri (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | bmap.c | 625 struct xchk_bmap_check_rmap_info *sbcri = priv; in xchk_bmap_check_rmap() local 627 struct xfs_scrub *sc = sbcri->sc; in xchk_bmap_check_rmap() 633 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap() 640 ifp = xfs_ifork_ptr(sc->ip, sbcri->whichfork); in xchk_bmap_check_rmap() 642 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 647 &sbcri->icur, &irec); in xchk_bmap_check_rmap() 649 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 661 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 665 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 668 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() [all …]
|