Searched refs:find_get_entries (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | truncate.c | 403 if (!find_get_entries(mapping, &index, end - 1, &fbatch, in truncate_inode_pages_range() 634 while (find_get_entries(mapping, &index, end, &fbatch, indices)) { in invalidate_inode_pages2_range()
|
H A D | internal.h | 262 unsigned find_get_entries(struct address_space *mapping, pgoff_t *start,
|
H A D | filemap.c | 2005 * find_get_entries - gang pagecache lookup 2012 * find_get_entries() will search for and return a batch of entries in 2013 * the mapping. The entries are placed in @fbatch. find_get_entries() 2024 unsigned find_get_entries(struct address_space *mapping, pgoff_t *start, in find_get_entries() function
|
H A D | shmem.c | 1066 if (!find_get_entries(mapping, &index, end - 1, &fbatch, in shmem_undo_range()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pagemap.h | 452 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 862 pvec.nr = find_get_entries(mapping, index, in shmem_unlock_mapping() 883 * huge page: so the split below relies upon find_get_entries() having stopped 925 pvec.nr = find_get_entries(mapping, index, in shmem_undo_range() 996 pvec.nr = find_get_entries(mapping, index, in shmem_undo_range() 2698 pvec.nr = find_get_entries(mapping, index, in shmem_seek_hole_data()
|
H A D | swap.c | 1108 pvec->nr = find_get_entries(mapping, start, nr_entries, in pagevec_lookup_entries()
|
H A D | filemap.c | 1872 * find_get_entries - gang pagecache lookup 1879 * find_get_entries() will search for and return a group of up to 1881 * @entries. find_get_entries() takes a reference against any actual 1891 * If it finds a Transparent Huge Page, head or tail, find_get_entries() 1894 * calling find_get_entries() to return all its tails. 1898 unsigned find_get_entries(struct address_space *mapping, in find_get_entries() function
|
Completed in 27 milliseconds