Searched refs:xchk_btree (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | btree.h | 27 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 D | btree.c | 127 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 D | ialloc.c | 101 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 D | alloc.c | 93 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 D | rmap.c | 90 struct xchk_btree *bs, in xchk_rmapbt_rec() 168 return xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt()
|
A D | refcount.c | 331 struct xchk_btree *bs, in xchk_refcountbt_rec() 400 error = xchk_btree(sc, sc->sa.refc_cur, xchk_refcountbt_rec, in xchk_refcountbt()
|
A D | bmap.c | 431 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