Home
last modified time | relevance | path

Searched refs:xchk_btree (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/xfs/scrub/
Dbtree.h27 struct xchk_btree;
29 struct xchk_btree *bs,
32 struct xchk_btree { struct
47 int xchk_btree(struct xfs_scrub *sc, struct xfs_btree_cur *cur, argument
Dbtree.c133 struct xchk_btree *bs) in xchk_btree_rec()
181 struct xchk_btree *bs, in xchk_btree_key()
228 struct xchk_btree *bs, in xchk_btree_ptr_ok()
253 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
316 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
364 struct xchk_btree *bs, in xchk_btree_check_block_owner()
411 struct xchk_btree *bs, in xchk_btree_check_owner()
449 struct xchk_btree *bs, in xchk_btree_check_minrecs()
487 struct xchk_btree *bs, in xchk_btree_get_block()
541 struct xchk_btree *bs, in xchk_btree_block_keys()
[all …]
Dialloc.c100 struct xchk_btree *bs, in xchk_iallocbt_chunk()
132 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_freemask()
186 struct xchk_btree *bs, in xchk_iallocbt_check_freemask()
271 struct xchk_btree *bs, in xchk_iallocbt_rec()
440 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &oinfo, in xchk_iallocbt()
Dalloc.c100 struct xchk_btree *bs, in xchk_allocbt_rec()
133 return xchk_btree(sc, cur, xchk_allocbt_rec, &oinfo, NULL); in xchk_allocbt()
Drmap.c99 struct xchk_btree *bs, in xchk_rmapbt_rec()
180 return xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
Drefcount.c344 struct xchk_btree *bs, in xchk_refcountbt_rec()
427 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
Dbmap.c360 struct xchk_btree *bs, in xchk_bmapbt_rec()
406 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()