Searched refs:xfs_btree_bload (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.h57 struct xfs_btree_bload { struct
71 * for the new btree before calling xfs_btree_bload, and this function
126 struct xfs_btree_bload *bbl, uint64_t nr_records);
127 int xfs_btree_bload(struct xfs_btree_cur *cur, struct xfs_btree_bload *bbl,
H A Dxfs_btree_staging.c179 * The second step is to initialize a struct xfs_btree_bload context as
187 * In step four, the caller must allocate xfs_btree_bload.nr_blocks blocks and
192 * Step five is to call xfs_btree_bload() to start constructing the btree.
239 struct xfs_btree_bload *bbl,
284 struct xfs_btree_bload *bbl,
437 struct xfs_btree_bload *bbl,
461 struct xfs_btree_bload *bbl,
482 struct xfs_btree_bload *bbl,
573 struct xfs_btree_bload *bbl,
670 xfs_btree_bload( function
[all...]
/linux-master/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);
785 error = xfs_btree_bload(bno_cur, &ra->new_bnobt.bload, ra);
H A Dialloc_repair.c714 error = xfs_btree_bload(ino_cur, &ri->new_inobt.bload, ri);
721 error = xfs_btree_bload(fino_cur, &ri->new_finobt.bload, ri);
H A Drefcount_repair.c641 error = xfs_btree_bload(refc_cur, &rr->new_btree.bload, rr);
H A Dnewbt.c47 struct xfs_btree_bload *bload = &xnr->bload;
H A Dbmap_repair.c594 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb);
H A Drmap_repair.c139 /* in-memory btree cursor for the xfs_btree_bload iteration */
1360 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr);

Completed in 137 milliseconds