Lines Matching defs:bs
105 struct xchk_btree *bs,
109 if (bs->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)
115 xchk_btree_set_corrupt(bs->sc, bs->cur, 0);
123 struct xchk_btree *bs,
127 struct xchk_alloc *ca = bs->private;
130 if (xfs_alloc_check_irec(bs->cur, &irec) != NULL) {
131 xchk_btree_set_corrupt(bs->sc, bs->cur, 0);
135 xchk_allocbt_mergeable(bs, ca, &irec);
136 xchk_allocbt_xref(bs->sc, &irec);