find_get_entries_tag —
find and return entries that match tag
unsigned find_get_entries_tag ( | struct address_space * mapping, |
| pgoff_t start, | |
| int tag, | |
| unsigned int nr_entries, | |
| struct page ** entries, | |
pgoff_t * indices); |
struct address_space * mappingthe address_space to search
pgoff_t startthe starting page cache index
int tagthe tag index
unsigned int nr_entriesthe maximum number of entries
struct page ** entrieswhere the resulting entries are placed
pgoff_t * indices
the cache indices corresponding to the entries in entries