Searched refs:has_refcount (Results 1 – 2 of 2) sorted by relevance
557 int has_refcount; in xchk_xref_is_cow_staging() local565 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()
585 int has_refcount; in xchk_xref_is_rt_cow_staging() local593 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