Searched refs:sbcri (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | bmap.c | 486 struct xchk_bmap_check_rmap_info *sbcri = priv; in xchk_bmap_check_rmap() local 488 struct xfs_scrub *sc = sbcri->sc; in xchk_bmap_check_rmap() 494 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap() 501 ifp = XFS_IFORK_PTR(sc->ip, sbcri->whichfork); in xchk_bmap_check_rmap() 503 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 508 &sbcri->icur, &irec); in xchk_bmap_check_rmap() 510 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 521 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 525 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() 528 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap() [all …]
|