Lines Matching refs:pcur
62 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
69 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
71 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
72 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
75 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
76 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
79 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
84 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
87 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
92 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()