Lines Matching refs:pcur
48 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
55 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
57 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
58 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
61 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
62 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
65 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
69 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
70 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
73 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
78 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()