Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
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,
Dxfs_btree_staging.c239 struct xfs_btree_bload *bbl, in xfs_btree_bload_drop_buf()
284 struct xfs_btree_bload *bbl, in xfs_btree_bload_prep_block()
437 struct xfs_btree_bload *bbl, in xfs_btree_bload_max_npb()
461 struct xfs_btree_bload *bbl, in xfs_btree_bload_desired_npb()
482 struct xfs_btree_bload *bbl, in xfs_btree_bload_level_geometry()
573 struct xfs_btree_bload *bbl, in xfs_btree_bload_compute_geometry()
670 xfs_btree_bload( in xfs_btree_bload() function
672 struct xfs_btree_bload *bbl, in xfs_btree_bload()
/linux-6.12.1/fs/xfs/scrub/
Dnewbt.h51 struct xfs_btree_bload bload;
Dialloc_repair.c714 error = xfs_btree_bload(ino_cur, &ri->new_inobt.bload, ri); in xrep_ibt_build_new_trees()
721 error = xfs_btree_bload(fino_cur, &ri->new_finobt.bload, ri); in xrep_ibt_build_new_trees()
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()
Dnewbt.c47 struct xfs_btree_bload *bload = &xnr->bload; in xrep_newbt_estimate_slack()
Drefcount_repair.c641 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_refc_build_new_tree()
Dbmap_repair.c594 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb); in xrep_bmap_btree_load()
Drmap_repair.c1338 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rmap_build_new_tree()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2585 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2679 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2745 6. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and
2893 5. Use ``xfs_btree_bload`` to write the xfarray records to btree blocks and