Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c493 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() local
501 error = xfs_btree_count_blocks(sc->sa.refc_cur, &refcbt_blocks); in xchk_refcount_xref_rmap()
508 if (blocks != refcbt_blocks) in xchk_refcount_xref_rmap()
H A Drtrefcount.c551 xfs_filblks_t refcbt_blocks = 0; in xchk_rtrefcount_xref_rmap() local
560 error = xfs_btree_count_blocks(sc->sr.refc_cur, &refcbt_blocks); in xchk_rtrefcount_xref_rmap()
572 if (blocks != refcbt_blocks) in xchk_rtrefcount_xref_rmap()