Home
last modified time | relevance | path

Searched refs:end_page_writeback (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/mm/
H A Dfolio-compat.c19 void end_page_writeback(struct page *page) in end_page_writeback() function
23 EXPORT_SYMBOL(end_page_writeback);
H A Dpage_io.c370 end_page_writeback(sio->bvec[p].bv_page); in sio_write_complete()
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst345 end_page_writeback() once the I/O is complete. If no I/O is submitted, the
346 filesystem must run end_page_writeback() against the page before returning from
352 set_page_writeback() and end_page_writeback().
355 set_page_writeback()/end_page_writeback() on a page submitted to writepage
/linux-6.15/include/linux/
H A Dpagemap.h1226 void end_page_writeback(struct page *page);
/linux-6.15/fs/f2fs/
H A Dcompress.c1073 end_page_writeback(cc->rpages[i]); in cancel_cluster_writeback()
1497 end_page_writeback(cic->rpages[i]); in f2fs_compress_write_end_io()
/linux-6.15/fs/ceph/
H A Daddr.c930 end_page_writeback(page); in writepages_finish()