Searched refs:xfs_rmap_query_range (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_rmap.h | 139 int xfs_rmap_query_range(struct xfs_btree_cur *cur,
|
D | xfs_rmap.c | 317 error = xfs_rmap_query_range(cur, &info.high, &info.high, in xfs_rmap_find_left_neighbor() 389 error = xfs_rmap_query_range(cur, &info.high, &info.high, in xfs_rmap_lookup_le_range() 2295 xfs_rmap_query_range( in xfs_rmap_query_range() function 2747 error = xfs_rmap_query_range(cur, &low, &high, in xfs_rmap_has_other_keys()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | refcount.c | 297 error = xfs_rmap_query_range(sc->sa.rmap_cur, &low, &high, in xchk_refcountbt_xref_rmap()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_fsmap.c | 695 return xfs_rmap_query_range(*curpp, &info->low, &info->high, in xfs_getfsmap_datadev_rmapbt_query()
|