Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h604 extern int __lock_page_async(struct page *page, struct wait_page_queue *wait);
653 return __lock_page_async(page, wait); in lock_page_async()
/Linux-v5.15/mm/
Dfilemap.c1662 int __lock_page_async(struct page *page, struct wait_page_queue *wait) in __lock_page_async() function
2442 error = __lock_page_async(page, iocb->ki_waitq); in filemap_update_page()