Searched refs:find_lock_entries (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/mm/ |
D | truncate.c | 320 while (index < end && find_lock_entries(mapping, index, end - 1, in truncate_inode_pages_range() 479 while (find_lock_entries(mapping, index, end, &pvec, indices)) { in __invalidate_mapping_pages()
|
D | internal.h | 62 unsigned find_lock_entries(struct address_space *mapping, pgoff_t start,
|
D | filemap.c | 2085 unsigned find_lock_entries(struct address_space *mapping, pgoff_t start, in find_lock_entries() function
|
D | shmem.c | 938 while (index < end && find_lock_entries(mapping, index, end - 1, in shmem_undo_range()
|