Home
last modified time | relevance | path

Searched refs:xfs_btree_bload (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h57 struct xfs_btree_bload { struct
126 struct xfs_btree_bload *bbl, uint64_t nr_records); argument
127 int xfs_btree_bload(struct xfs_btree_cur *cur, struct xfs_btree_bload *bbl,
/linux/fs/xfs/scrub/
H A Dnewbt.h51 struct xfs_btree_bload bload;
H A Dalloc_repair.c780 error = xfs_btree_bload(cnt_cur, &ra->new_cntbt.bload, ra); in xrep_abt_build_new_trees()
790 error = xfs_btree_bload(bno_cur, &ra->new_bnobt.bload, ra); in xrep_abt_build_new_trees()
H A Drefcount_repair.c634 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_refc_build_new_tree()