Home
last modified time | relevance | path

Searched refs:xfs_btree_bload (Results 1 – 12 of 12) 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,
H A Dxfs_btree_staging.c240 struct xfs_btree_bload *bbl, in xfs_btree_bload_drop_buf()
285 struct xfs_btree_bload *bbl, in xfs_btree_bload_prep_block()
438 struct xfs_btree_bload *bbl, in xfs_btree_bload_max_npb()
462 struct xfs_btree_bload *bbl, in xfs_btree_bload_desired_npb()
483 struct xfs_btree_bload *bbl, in xfs_btree_bload_level_geometry()
574 struct xfs_btree_bload *bbl, in xfs_btree_bload_compute_geometry()
674 xfs_btree_bload( in xfs_btree_bload() function
676 struct xfs_btree_bload *bbl, in xfs_btree_bload()
/linux/fs/xfs/scrub/
H A Dnewbt.h51 struct xfs_btree_bload bload;
H A Dalloc_repair.c775 error = xfs_btree_bload(cnt_cur, &ra->new_cntbt.bload, ra); in xrep_abt_build_new_trees()
785 error = xfs_btree_bload(bno_cur, &ra->new_bnobt.bload, ra); in xrep_abt_build_new_trees()
H A Dialloc_repair.c707 error = xfs_btree_bload(ino_cur, &ri->new_inobt.bload, ri); in xrep_ibt_build_new_trees()
714 error = xfs_btree_bload(fino_cur, &ri->new_finobt.bload, ri); in xrep_ibt_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()
H A Dnewbt.c58 struct xfs_btree_bload *bload = &xnr->bload; in xrep_newbt_estimate_slack()
H A Drtrefcount_repair.c669 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_rtrefc_build_new_tree()
H A Dbmap_repair.c724 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb); in xrep_bmap_btree_load()
H A Drtrmap_repair.c770 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rtrmap_build_new_tree()
H A Drmap_repair.c1401 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rmap_build_new_tree()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2523 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2612 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2673 6. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2811 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and