commit | fb3c3de2f65c007f3ee50538ea131f5c4603c7bc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 28 14:56:36 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 03 15:18:17 2017 -0700 |
tree | 521081abafe35299f246d9a9498f32a6ee78a43d | |
parent | e9a2599a249ed7d31771985aea0e761f5680de64 [diff] |
xfs: add a couple of queries to iterate free extents in the rtbitmap Add _query_range and _query_all functions to the realtime bitmap allocator. These two functions are similar in usage to the btree functions with the same name and will be used for getfsmap and scrub. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>