Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dbtree.h29 struct xchk_btree;
31 struct xchk_btree *bs,
39 struct xchk_btree { struct
63 return struct_size_t(struct xchk_btree, lastkey, nlevels - 1); in xchk_btree_sizeof()
66 int xchk_btree(struct xfs_scrub *sc, struct xfs_btree_cur *cur,
Dbtree.c138 struct xchk_btree *bs) in xchk_btree_rec()
187 struct xchk_btree *bs, in xchk_btree_key()
235 struct xchk_btree *bs, in xchk_btree_ptr_ok()
256 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
319 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
367 struct xchk_btree *bs, in xchk_btree_check_block_owner()
418 struct xchk_btree *bs, in xchk_btree_check_owner()
464 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs()
491 struct xchk_btree *bs, in xchk_btree_check_minrecs()
539 struct xchk_btree *bs, in xchk_btree_block_check_keys()
[all …]
Dalloc.c117 struct xchk_btree *bs, in xchk_allocbt_mergeable()
135 struct xchk_btree *bs, in xchk_allocbt_rec()
173 return xchk_btree(sc, cur, xchk_allocbt_rec, &XFS_RMAP_OINFO_AG, &ca); in xchk_allocbt()
Dialloc.c254 struct xchk_btree *bs, in xchk_iallocbt_chunk()
301 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_ifree()
363 struct xchk_btree *bs, in xchk_iallocbt_check_cluster()
466 struct xchk_btree *bs, in xchk_iallocbt_check_clusters()
498 struct xchk_btree *bs, in xchk_iallocbt_rec_alignment()
574 struct xchk_btree *bs, in xchk_iallocbt_rec()
734 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT, in xchk_iallocbt()
Drmap.c147 struct xchk_btree *bs) in xchk_rmapbt_check_unwritten_in_keyflags()
203 struct xchk_btree *bs, in xchk_rmapbt_check_overlapping()
267 struct xchk_btree *bs, in xchk_rmapbt_check_mergeable()
283 struct xchk_btree *bs, in xchk_rmapbt_mark_bitmap()
354 struct xchk_btree *bs, in xchk_rmapbt_rec()
565 error = xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
Drefcount.c433 struct xchk_btree *bs, in xchk_refcountbt_check_mergeable()
449 struct xchk_btree *bs, in xchk_refcountbt_rec()
532 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
Dbmap.c463 struct xchk_btree *bs, in xchk_bmapbt_rec()
544 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()