Home
last modified time | relevance | path

Searched refs:find_lock_entry (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dpagemap.h347 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
/linux-4.1.27/mm/
Dfilemap.c1022 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset) in find_lock_entry() function
1040 EXPORT_SYMBOL(find_lock_entry);
Dshmem.c1049 page = find_lock_entry(mapping, index); in shmem_getpage_gfp()