Home
last modified time | relevance | path

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

/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()
260 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
323 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
371 struct xchk_btree *bs, in xchk_btree_check_block_owner()
424 struct xchk_btree *bs, in xchk_btree_check_owner()
470 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs()
497 struct xchk_btree *bs, in xchk_btree_check_minrecs()
545 struct xchk_btree *bs, in xchk_btree_block_check_keys()
[all …]
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()
726 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT, in xchk_iallocbt()
Dalloc.c105 struct xchk_btree *bs, in xchk_allocbt_mergeable()
123 struct xchk_btree *bs, in xchk_allocbt_rec()
151 return xchk_btree(sc, cur, xchk_allocbt_rec, &XFS_RMAP_OINFO_AG, &ca); in xchk_allocbt()
Drmap.c137 struct xchk_btree *bs) in xchk_rmapbt_check_unwritten_in_keyflags()
193 struct xchk_btree *bs, in xchk_rmapbt_check_overlapping()
257 struct xchk_btree *bs, in xchk_rmapbt_check_mergeable()
273 struct xchk_btree *bs, in xchk_rmapbt_mark_bitmap()
344 struct xchk_btree *bs, in xchk_rmapbt_rec()
556 error = xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
Drefcount.c421 struct xchk_btree *bs, in xchk_refcountbt_check_mergeable()
437 struct xchk_btree *bs, in xchk_refcountbt_rec()
520 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
Dbmap.c439 struct xchk_btree *bs, in xchk_bmapbt_rec()
520 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()