Home
last modified time | relevance | path

Searched refs:__add_to_page_cache_locked (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/mm/
Dfilemap.c830 noinline int __add_to_page_cache_locked(struct page *page, in __add_to_page_cache_locked() function
910 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
927 return __add_to_page_cache_locked(page, mapping, offset, in add_to_page_cache_locked()
939 ret = __add_to_page_cache_locked(page, mapping, offset, in add_to_page_cache_lru()
/Linux-v5.10/kernel/bpf/
Dverifier.c11490 BTF_ID(func, __add_to_page_cache_locked) in BTF_ID() argument