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