Home
last modified time | relevance | path

Searched refs:refcbt_blocks (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/scrub/
A Drefcount.c494 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() local
502 error = xfs_btree_count_blocks(sc->sa.refc_cur, &refcbt_blocks); in xchk_refcount_xref_rmap()
509 if (blocks != refcbt_blocks) in xchk_refcount_xref_rmap()
A Drtrefcount.c515 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() local
523 error = xfs_btree_count_blocks(sc->sr.refc_cur, &refcbt_blocks); in xchk_refcount_xref_rmap()
530 if (blocks != refcbt_blocks) in xchk_refcount_xref_rmap()

Completed in 10 milliseconds