Searched refs:tag (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | swap.c | 991 int tag) in pagevec_lookup_range_tag() argument 993 pvec->nr = find_get_pages_range_tag(mapping, index, end, tag, in pagevec_lookup_range_tag() 1001 int tag, unsigned max_pages) in pagevec_lookup_range_nr_tag() argument 1003 pvec->nr = find_get_pages_range_tag(mapping, index, end, tag, in pagevec_lookup_range_nr_tag()
|
D | page-writeback.c | 2175 int tag; in write_cache_pages() local 2189 tag = PAGECACHE_TAG_TOWRITE; in write_cache_pages() 2191 tag = PAGECACHE_TAG_DIRTY; in write_cache_pages() 2199 tag); in write_cache_pages() 2822 int mapping_tagged(struct address_space *mapping, int tag) in mapping_tagged() argument 2824 return radix_tree_tagged(&mapping->page_tree, tag); in mapping_tagged()
|
D | filemap.c | 1814 pgoff_t end, int tag, unsigned int nr_pages, in find_get_pages_range_tag() argument 1826 &iter, *index, tag) { in find_get_pages_range_tag() 1908 int tag, unsigned int nr_entries, in find_get_entries_tag() argument 1920 &iter, start, tag) { in find_get_entries_tag()
|