Searched refs:xchk_btree (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | btree.h | 27 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
|
D | btree.c | 133 struct xchk_btree *bs) in xchk_btree_rec() 181 struct xchk_btree *bs, in xchk_btree_key() 228 struct xchk_btree *bs, in xchk_btree_ptr_ok() 253 struct xchk_btree *bs, in xchk_btree_block_check_sibling() 316 struct xchk_btree *bs, in xchk_btree_block_check_siblings() 364 struct xchk_btree *bs, in xchk_btree_check_block_owner() 411 struct xchk_btree *bs, in xchk_btree_check_owner() 449 struct xchk_btree *bs, in xchk_btree_check_minrecs() 487 struct xchk_btree *bs, in xchk_btree_get_block() 541 struct xchk_btree *bs, in xchk_btree_block_keys() [all …]
|
D | ialloc.c | 100 struct xchk_btree *bs, in xchk_iallocbt_chunk() 132 struct xchk_btree *bs, in xchk_iallocbt_check_cluster_freemask() 186 struct xchk_btree *bs, in xchk_iallocbt_check_freemask() 271 struct xchk_btree *bs, in xchk_iallocbt_rec() 440 error = xchk_btree(sc, cur, xchk_iallocbt_rec, &oinfo, in xchk_iallocbt()
|
D | alloc.c | 100 struct xchk_btree *bs, in xchk_allocbt_rec() 133 return xchk_btree(sc, cur, xchk_allocbt_rec, &oinfo, NULL); in xchk_allocbt()
|
D | rmap.c | 99 struct xchk_btree *bs, in xchk_rmapbt_rec() 180 return xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
|
D | refcount.c | 344 struct xchk_btree *bs, in xchk_refcountbt_rec() 427 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
|
D | bmap.c | 360 struct xchk_btree *bs, in xchk_bmapbt_rec() 406 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()
|