Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpagemap.h518 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
537 return wait_on_page_bit_killable(compound_head(page), PG_locked); in wait_on_page_locked_killable()
/Linux-v4.19/fs/afs/
Dwrite.c776 wait_on_page_bit_killable(vmf->page, PG_writeback) < 0) in afs_page_mkwrite()
/Linux-v4.19/mm/
Dfilemap.c1137 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() function
1142 EXPORT_SYMBOL(wait_on_page_bit_killable);