Searched refs:find_lock_entries (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | truncate.c | 58 * either find_get_entries() or find_lock_entries(). 375 while (index < end && find_lock_entries(mapping, &index, end - 1, in truncate_inode_pages_range() 520 while (find_lock_entries(mapping, &index, end, &fbatch, indices)) { in mapping_try_invalidate()
|
H A D | internal.h | 470 unsigned find_lock_entries(struct address_space *mapping, pgoff_t *start,
|
H A D | filemap.c | 2115 * find_lock_entries - Find a batch of pagecache entries. 2122 * find_lock_entries() will return a batch of entries from @mapping. 2134 unsigned find_lock_entries(struct address_space *mapping, pgoff_t *start, in find_lock_entries() function
|
H A D | shmem.c | 1139 while (index < end && find_lock_entries(mapping, &index, end - 1, in shmem_undo_range()
|