Home
last modified time | relevance | path

Searched refs:xfs_refcount_query_range (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dcow_repair.c265 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()
275 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()
349 error = xfs_refcount_query_range(sc->sr.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad_rt()
359 error = xfs_refcount_query_range(sc->sr.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad_rt()
H A Drtrmap_repair.c507 error = xfs_refcount_query_range(sc->sr.refc_cur, &low, &high, in xrep_rtrmap_find_refcount_rmaps()
H A Drmap_repair.c835 error = xfs_refcount_query_range(sc->sa.refc_cur, &low, &high, in xrep_rmap_find_refcount_rmaps()
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h141 int xfs_refcount_query_range(struct xfs_btree_cur *cur,
H A Dxfs_refcount.c2216 xfs_refcount_query_range( in xfs_refcount_query_range() function