Lines Matching refs:pcur
41 struct xfs_btree_cur **pcur;
48 pcur = &sc->sa.cnt_cur;
50 pcur = &sc->sa.bno_cur;
51 if (!*pcur || xchk_skip_xref(sc->sm))
54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);
55 if (!xchk_should_check_xref(sc, &error, pcur))
58 xchk_btree_xref_set_corrupt(sc, *pcur, 0);
62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec);
63 if (!xchk_should_check_xref(sc, &error, pcur))
66 xchk_btree_xref_set_corrupt(sc, *pcur, 0);
71 xchk_btree_xref_set_corrupt(sc, *pcur, 0);