Searched refs:xfs_btree_bload (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree_staging.h | 57 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,
|
D | xfs_btree_staging.c | 239 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/ |
D | newbt.h | 51 struct xfs_btree_bload bload;
|
D | ialloc_repair.c | 714 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()
|
D | alloc_repair.c | 775 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()
|
D | newbt.c | 47 struct xfs_btree_bload *bload = &xnr->bload; in xrep_newbt_estimate_slack()
|
D | refcount_repair.c | 641 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_refc_build_new_tree()
|
D | bmap_repair.c | 594 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb); in xrep_bmap_btree_load()
|
D | rmap_repair.c | 1338 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rmap_build_new_tree()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2585 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
|