Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/scrub/
A Dbtree.h27 struct xchk_btree;
29 struct xchk_btree *bs,
32 struct xchk_btree { struct
55 return struct_size((struct xchk_btree *)NULL, lastkey, nlevels - 1); in xchk_btree_sizeof()
58 int xchk_btree(struct xfs_scrub *sc, struct xfs_btree_cur *cur,
A Dbtree.c127 struct xchk_btree *bs) in xchk_btree_rec()
175 struct xchk_btree *bs, in xchk_btree_key()
222 struct xchk_btree *bs, in xchk_btree_ptr_ok()
247 struct xchk_btree *bs, in xchk_btree_block_check_sibling()
310 struct xchk_btree *bs, in xchk_btree_block_check_siblings()
358 struct xchk_btree *bs, in xchk_btree_check_block_owner()
406 struct xchk_btree *bs, in xchk_btree_check_owner()
452 struct xchk_btree *bs) in xchk_btree_check_iroot_minrecs()
479 struct xchk_btree *bs, in xchk_btree_check_minrecs()
527 struct xchk_btree *bs, in xchk_btree_get_block()
[all …]
A Dialloc.c101 struct xchk_btree *bs, in xchk_iallocbt_chunk()
145 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_ifree()
208 struct xchk_btree *bs, in xchk_iallocbt_check_cluster()
311 struct xchk_btree *bs, in xchk_iallocbt_check_clusters()
343 struct xchk_btree *bs, in xchk_iallocbt_rec_alignment()
419 struct xchk_btree *bs, in xchk_iallocbt_rec()
584 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &XFS_RMAP_OINFO_INOBT, in xchk_iallocbt()
A Dalloc.c93 struct xchk_btree *bs, in xchk_allocbt_rec()
120 return xchk_btree(sc, cur, xchk_allocbt_rec, &XFS_RMAP_OINFO_AG, NULL); in xchk_allocbt()
A 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()
A Drefcount.c331 struct xchk_btree *bs, in xchk_refcountbt_rec()
400 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
A Dbmap.c431 struct xchk_btree *bs, in xchk_bmapbt_rec()
506 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()

Completed in 17 milliseconds