Searched refs:xchk_btree (Results 1 – 8 of 8) sorted by relevance
| /linux/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 | 140 struct xchk_btree *bs) in xchk_btree_rec() 189 struct xchk_btree *bs, in xchk_btree_key() 237 struct xchk_btree *bs, in xchk_btree_ptr_ok() 258 struct xchk_btree *bs, in xchk_btree_block_check_sibling() 321 struct xchk_btree *bs, in xchk_btree_block_check_siblings() 369 struct xchk_btree *bs, in xchk_btree_check_block_owner() 423 struct xchk_btree *bs, in xchk_btree_check_owner() 469 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs() 496 struct xchk_btree *bs, in xchk_btree_check_minrecs() 544 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() 174 return xchk_btree(sc, cur, xchk_allocbt_rec, &XFS_RMAP_OINFO_AG, &ca); in xchk_allocbt()
|
| H A D | rtrmap.c | 99 struct xchk_btree *bs, in xchk_rtrmapbt_check_overlapping() 161 struct xchk_btree *bs, in xchk_rtrmapbt_check_mergeable() 227 struct xchk_btree *bs, in xchk_rtrmapbt_rec() 262 return xchk_btree(sc, sc->sr.rmap_cur, xchk_rtrmapbt_rec, &oinfo, &cr); in xchk_rtrmapbt()
|
| 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 | 432 struct xchk_btree *bs, in xchk_refcountbt_check_mergeable() 448 struct xchk_btree *bs, in xchk_refcountbt_rec() 532 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() 606 error = xchk_btree(sc, sc->sr.refc_cur, xchk_rtrefcountbt_rec, in xchk_xref_is_rt_cow_staging()
|
| 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()
|