Searched refs:xchk_btree (Results 1 – 7 of 7) 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 57 * Calculate the size of a xchk_btree structure. There are nlevels-1 slots for argument 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, 43 scrub_recxchk_btree global() argument 53 lastkeyxchk_btree global() argument
|
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 *b in xchk_btree_block_check_keys() 677 xchk_btree( xchk_btree() function [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 | 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()
|