Searched refs:xchk_btree (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A D | btree.h | 29 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,
|
| H A D | btree.c | 138 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 …]
|
| H A D | alloc.c | 117 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()
|
| H A D | rtrmap.c | 96 struct xchk_btree *bs, in xchk_rtrmapbt_check_overlapping() 155 struct xchk_btree *bs, in xchk_rtrmapbt_check_mergeable() 221 struct xchk_btree *bs, in xchk_rtrmapbt_rec() 257 return xchk_btree(sc, sc->sr.rmap_cur, xchk_rtrmapbt_rec, &oinfo, &cr); in xchk_rtrmapbt()
|
| H A D | ialloc.c | 254 struct xchk_btree *bs, in xchk_iallocbt_chunk() 301 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_ifree() 362 struct xchk_btree *bs, in xchk_iallocbt_check_cluster() 464 struct xchk_btree *bs, in xchk_iallocbt_check_clusters() 496 struct xchk_btree *bs, in xchk_iallocbt_rec_alignment() 572 struct xchk_btree *bs, in xchk_iallocbt_rec() 732 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT, in xchk_iallocbt()
|
| H A D | rmap.c | 147 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()
|
| H A D | refcount.c | 433 struct xchk_btree *bs, in xchk_refcountbt_check_mergeable() 449 struct xchk_btree *bs, in xchk_refcountbt_rec() 533 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
|
| H A D | rtrefcount.c | 396 struct xchk_btree *bs, in xchk_rtrefcountbt_check_mergeable() 459 struct xchk_btree *bs, in xchk_rtrefcountbt_rec() 561 error = xchk_btree(sc, sc->sr.refc_cur, xchk_rtrefcountbt_rec, in xchk_rtrefcountbt()
|
| H A D | bmap.c | 523 struct xchk_btree *bs, in xchk_bmapbt_rec() 604 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()
|