Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_notify_failure.c155 error = xfs_rmap_query_range(cur, &ri_low, &ri_high, in xfs_dax_notify_ddev_failure()
Dxfs_fsmap.c716 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_rmap.h141 int xfs_rmap_query_range(struct xfs_btree_cur *cur,
Dxfs_rmap.c351 error = xfs_rmap_query_range(cur, &info.high, &info.high, in xfs_rmap_find_left_neighbor()
447 error = xfs_rmap_query_range(cur, &info.high, &info.high, in xfs_rmap_lookup_le_range()
2333 xfs_rmap_query_range( in xfs_rmap_query_range() function
2773 error = xfs_rmap_query_range(cur, &low, &high, in xfs_rmap_has_other_keys()
/Linux-v6.1/fs/xfs/scrub/
Drefcount.c297 error = xfs_rmap_query_range(sc->sa.rmap_cur, &low, &high, in xchk_refcountbt_xref_rmap()