Searched refs:__add_to_page_cache_locked (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/mm/ |
| D | filemap.c | 873 noinline int __add_to_page_cache_locked(struct page *page, in __add_to_page_cache_locked() function 955 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO); 972 return __add_to_page_cache_locked(page, mapping, offset, in add_to_page_cache_locked() 984 ret = __add_to_page_cache_locked(page, mapping, offset, in add_to_page_cache_lru()
|
| /Linux-v5.15/include/linux/ |
| D | mm.h | 224 int __add_to_page_cache_locked(struct page *page, struct address_space *mapping,
|
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 13322 BTF_ID(func, __add_to_page_cache_locked) in BTF_ID() argument
|