commit | 80a0a1a9a3cde9b23851e8eb7160e2786549306a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Nov 14 16:42:22 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:45:58 2018 -0400 |
tree | 9f90a533bb16d5f91407e6d04d102ea4dbca225e | |
parent | b803b42823d0d9e8b6deccf01ffc2aba5d0738df [diff] |
xarray: Extract entries from an XArray The xa_extract function combines the functionality of radix_tree_gang_lookup() and radix_tree_gang_lookup_tagged(). It extracts entries matching the specified filter into a normal array. Signed-off-by: Matthew Wilcox <willy@infradead.org>