Lines Matching refs:pcur
50 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
57 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
59 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
60 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
64 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
67 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
71 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
72 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
75 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
80 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()