Searched refs:get_records (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.h66 xfs_btree_bload_get_records_fn get_records; member in struct:xfs_btree_bload
H A Dxfs_btree_staging.c358 xfs_btree_bload_get_records_fn get_records,
367 ret = get_records(cur, j, block, recs_this_block - j + 1, priv);
721 ret = xfs_btree_bload_leaf(cur, nr_this_block, bbl->get_records,
355 xfs_btree_bload_leaf( struct xfs_btree_cur *cur, unsigned int recs_this_block, xfs_btree_bload_get_records_fn get_records, struct xfs_btree_block *block, void *priv) argument
/linux-master/fs/xfs/scrub/
H A Dalloc_repair.c114 /* get_records()'s position in the free space record array. */
731 ra->new_bnobt.bload.get_records = xrep_abt_get_records;
732 ra->new_cntbt.bload.get_records = xrep_abt_get_records;
H A Dialloc_repair.c123 /* get_records()'s position in the inode record array. */
664 ri->new_inobt.bload.get_records = xrep_ibt_get_records;
685 ri->new_finobt.bload.get_records = xrep_fibt_get_records;
H A Drefcount_repair.c114 /* get_records()'s position in the refcount record array. */
609 rr->new_btree.bload.get_records = xrep_refc_get_records;
H A Dbmap_repair.c78 /* get_records()'s position in the free space record array. */
639 rb->new_bmapbt.bload.get_records = xrep_bmap_get_records;
H A Drmap_repair.c1318 rr->new_btree.bload.get_records = xrep_rmap_get_records;
1353 * increment in ->get_records positions us at the first record.

Completed in 148 milliseconds