Home
last modified time | relevance | path

Searched refs:sbcri (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Dbmap.c541 struct xchk_bmap_check_rmap_info *sbcri = priv; in xchk_bmap_check_rmap() local
543 struct xfs_scrub *sc = sbcri->sc; in xchk_bmap_check_rmap()
549 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap()
556 ifp = xfs_ifork_ptr(sc->ip, sbcri->whichfork); in xchk_bmap_check_rmap()
558 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
563 &sbcri->icur, &irec); in xchk_bmap_check_rmap()
565 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
577 xchk_fblock_set_corrupt(sc, sbcri->whichfork, in xchk_bmap_check_rmap()
613 struct xchk_bmap_check_rmap_info sbcri; in xchk_bmap_check_ag_rmaps() local
624 sbcri.sc = sc; in xchk_bmap_check_ag_rmaps()
[all …]