Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Drefcount.c557 int has_refcount; in xchk_xref_is_cow_staging() local
565 agbno, &has_refcount); in xchk_xref_is_cow_staging()
568 if (!has_refcount) { in xchk_xref_is_cow_staging()
573 error = xfs_refcount_get_rec(sc->sa.refc_cur, &rc, &has_refcount); in xchk_xref_is_cow_staging()
576 if (!has_refcount) { in xchk_xref_is_cow_staging()
A Drtrefcount.c585 int has_refcount; in xchk_xref_is_rt_cow_staging() local
593 bno, &has_refcount); in xchk_xref_is_rt_cow_staging()
596 if (!has_refcount) { in xchk_xref_is_rt_cow_staging()
601 error = xfs_refcount_get_rec(sc->sr.refc_cur, &rc, &has_refcount); in xchk_xref_is_rt_cow_staging()
604 if (!has_refcount) { in xchk_xref_is_rt_cow_staging()

Completed in 9 milliseconds