Searched refs:refcbt_blocks (Results 1 – 2 of 2) sorted by relevance
494 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() local502 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()
515 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() local523 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