Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c258 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
269 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
277 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
290 error = xfs_btree_count_blocks(cur, &blocks); in xrep_agf_calc_from_btrees()
Dagheader.c430 error = xfs_btree_count_blocks(sc->sa.rmap_cur, &blocks); in xchk_agf_xref_btreeblks()
449 error = xfs_btree_count_blocks(sc->sa.bno_cur, &blocks); in xchk_agf_xref_btreeblks()
454 error = xfs_btree_count_blocks(sc->sa.cnt_cur, &blocks); in xchk_agf_xref_btreeblks()
475 error = xfs_btree_count_blocks(sc->sa.refc_cur, &blocks); in xchk_agf_xref_refcblks()
Dialloc.c381 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
386 error = xfs_btree_count_blocks(sc->sa.fino_cur, &finobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
Drefcount.c395 error = xfs_btree_count_blocks(sc->sa.refc_cur, &refcbt_blocks); in xchk_refcount_xref_rmap()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.h488 int xfs_btree_count_blocks(struct xfs_btree_cur *cur, xfs_extlen_t *blocks);
Dxfs_ialloc_btree.c569 error = xfs_btree_count_blocks(cur, tree_blocks); in xfs_inobt_count_blocks()
Dxfs_btree.c4877 xfs_btree_count_blocks( in xfs_btree_count_blocks() function