Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c556 int has_refcount; in xchk_xref_is_cow_staging() local
564 agbno, &has_refcount); in xchk_xref_is_cow_staging()
567 if (!has_refcount) { in xchk_xref_is_cow_staging()
572 error = xfs_refcount_get_rec(sc->sa.refc_cur, &rc, &has_refcount); in xchk_xref_is_cow_staging()
575 if (!has_refcount) { in xchk_xref_is_cow_staging()
H A Drtrefcount.c584 int has_refcount; in xchk_xref_is_rt_cow_staging() local
592 bno, &has_refcount); in xchk_xref_is_rt_cow_staging()
595 if (!has_refcount) { in xchk_xref_is_rt_cow_staging()
600 error = xfs_refcount_get_rec(sc->sr.refc_cur, &rc, &has_refcount); in xchk_xref_is_rt_cow_staging()
603 if (!has_refcount) { in xchk_xref_is_rt_cow_staging()