Searched refs:find_get_entries (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/mm/ |
D | truncate.c | 375 if (!find_get_entries(mapping, index, end - 1, &pvec, in truncate_inode_pages_range() 624 while (find_get_entries(mapping, index, end, &pvec, indices)) { in invalidate_inode_pages2_range()
|
D | filemap.c | 2033 unsigned find_get_entries(struct address_space *mapping, pgoff_t start, in find_get_entries() function
|
D | shmem.c | 996 if (!find_get_entries(mapping, index, end - 1, &pvec, in shmem_undo_range()
|
/Linux-v5.15/include/linux/ |
D | pagemap.h | 468 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
|