Searched refs:xfs_btree_bload (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A 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,
|
| H A D | xfs_btree_staging.c | 240 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 D | newbt.h | 51 struct xfs_btree_bload bload;
|
| H A 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()
|
| H A D | ialloc_repair.c | 707 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 D | refcount_repair.c | 634 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_refc_build_new_tree()
|
| H A D | newbt.c | 58 struct xfs_btree_bload *bload = &xnr->bload; in xrep_newbt_estimate_slack()
|
| H A D | rtrefcount_repair.c | 669 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr); in xrep_rtrefc_build_new_tree()
|
| H A D | bmap_repair.c | 724 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb); in xrep_bmap_btree_load()
|
| H A D | rtrmap_repair.c | 770 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rtrmap_build_new_tree()
|
| H A D | rmap_repair.c | 1401 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rmap_build_new_tree()
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 2523 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
|