Home
last modified time | relevance | path

Searched refs:xfs_btree_count_blocks (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/fs/xfs/scrub/
A Dagheader_repair.c264 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
275 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
283 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
296 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
885 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agi_calc_from_btrees()
900 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agi_calc_from_btrees()
A Dagheader.c437 error = xfs_btree_count_blocks(sc->sa.rmap_cur, &blocks); in xchk_agf_xref_btreeblks()
456 error = xfs_btree_count_blocks(sc->sa.bno_cur, &blocks); in xchk_agf_xref_btreeblks()
461 error = xfs_btree_count_blocks(sc->sa.cnt_cur, &blocks); in xchk_agf_xref_btreeblks()
482 error = xfs_btree_count_blocks(sc->sa.refc_cur, &blocks); in xchk_agf_xref_refcblks()
813 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks()
821 error = xfs_btree_count_blocks(sc->sa.fino_cur, &blocks); in xchk_agi_xref_fiblocks()
A Dfscounters.c182 error = xfs_btree_count_blocks(sc->sa.bno_cur, &blocks); in xchk_fscount_btreeblks()
187 error = xfs_btree_count_blocks(sc->sa.cnt_cur, &blocks); in xchk_fscount_btreeblks()
A Dialloc.c524 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
529 error = xfs_btree_count_blocks(sc->sa.fino_cur, &finobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
A Drefcount.c373 error = xfs_btree_count_blocks(sc->sa.refc_cur, &refcbt_blocks); in xchk_refcount_xref_rmap()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_btree.h517 int xfs_btree_count_blocks(struct xfs_btree_cur *cur, xfs_extlen_t *blocks);
A Dxfs_ialloc_btree.c745 error = xfs_btree_count_blocks(cur, tree_blocks); in xfs_inobt_count_blocks()
A Dxfs_btree.c5009 xfs_btree_count_blocks( in xfs_btree_count_blocks() function
/linux-6.3-rc2/fs/xfs/
A Dxfs_bmap_util.c277 error = xfs_btree_count_blocks(cur, &btblocks); in xfs_bmap_count_blocks()

Completed in 33 milliseconds