Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
Dbtree.h27 struct xchk_btree;
29 struct xchk_btree *bs,
32 struct xchk_btree { struct
47 int xchk_btree(struct xfs_scrub *sc, struct xfs_btree_cur *cur, argument
Dbtree.c126 struct xchk_btree *bs) in xchk_btree_rec()
174 struct xchk_btree *bs, in xchk_btree_key()
221 struct xchk_btree *bs, in xchk_btree_ptr_ok()
246 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
309 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
357 struct xchk_btree *bs, in xchk_btree_check_block_owner()
404 struct xchk_btree *bs, in xchk_btree_check_owner()
451 struct xchk_btree *bs, in xchk_btree_check_minrecs()
498 struct xchk_btree *bs, in xchk_btree_get_block()
552 struct xchk_btree *bs, in xchk_btree_block_keys()
[all …]
Dialloc.c101 struct xchk_btree *bs, in xchk_iallocbt_chunk()
146 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_ifree()
209 struct xchk_btree *bs, in xchk_iallocbt_check_cluster()
313 struct xchk_btree *bs, in xchk_iallocbt_check_clusters()
345 struct xchk_btree *bs, in xchk_iallocbt_rec_alignment()
421 struct xchk_btree *bs, in xchk_iallocbt_rec()
586 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT, in xchk_iallocbt()
Dalloc.c93 struct xchk_btree *bs, in xchk_allocbt_rec()
123 return xchk_btree(sc, cur, xchk_allocbt_rec, &XFS_RMAP_OINFO_AG, NULL); in xchk_allocbt()
Drmap.c90 struct xchk_btree *bs, in xchk_rmapbt_rec()
168 return xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
Drefcount.c332 struct xchk_btree *bs, in xchk_refcountbt_rec()
410 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
Dbmap.c390 struct xchk_btree *bs, in xchk_bmapbt_rec()
466 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()