Home
last modified time | relevance | path

Searched refs:get_records (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h66 xfs_btree_bload_get_records_fn get_records; member
H A Dxfs_btree_staging.c358 xfs_btree_bload_get_records_fn get_records, in xfs_btree_bload_leaf() argument
367 ret = get_records(cur, j, block, recs_this_block - j + 1, priv); in xfs_btree_bload_leaf()
721 ret = xfs_btree_bload_leaf(cur, nr_this_block, bbl->get_records, in xfs_btree_bload()
/linux/fs/xfs/scrub/
H A Dialloc_repair.c664 ri->new_inobt.bload.get_records = xrep_ibt_get_records; in xrep_ibt_build_new_trees()
685 ri->new_finobt.bload.get_records = xrep_fibt_get_records; in xrep_ibt_build_new_trees()
H A Drefcount_repair.c609 rr->new_btree.bload.get_records = xrep_refc_get_records; in xrep_refc_build_new_tree()
H A Dbmap_repair.c639 rb->new_bmapbt.bload.get_records = xrep_bmap_get_records; in xrep_bmap_build_new_fork()