Searched refs:page_ops (Results 1 – 6 of 6) sorted by relevance
/linux/fs/iomap/ |
A D | buffered-io.c | 603 const struct iomap_page_ops *page_ops = iter->iomap.page_ops; in iomap_write_begin() local 615 if (page_ops && page_ops->page_prepare) { in iomap_write_begin() 616 status = page_ops->page_prepare(iter->inode, pos, len); in iomap_write_begin() 647 if (page_ops && page_ops->page_done) in iomap_write_begin() 648 page_ops->page_done(iter->inode, pos, 0, NULL); in iomap_write_begin() 697 const struct iomap_page_ops *page_ops = iter->iomap.page_ops; in iomap_write_end() local 724 if (page_ops && page_ops->page_done) in iomap_write_end() 725 page_ops->page_done(iter->inode, pos, ret, page); in iomap_write_end()
|
/linux/include/linux/ |
A D | iomap.h | 91 const struct iomap_page_ops *page_ops; member
|
/linux/fs/btrfs/ |
A D | extent_io.c | 1832 if (page_ops & PAGE_SET_ORDERED) in process_one_page() 1834 if (page_ops & PAGE_SET_ERROR) in process_one_page() 1836 if (page_ops & PAGE_START_WRITEBACK) { in process_one_page() 1840 if (page_ops & PAGE_END_WRITEBACK) in process_one_page() 1846 if (page_ops & PAGE_LOCK) { in process_one_page() 1857 if (page_ops & PAGE_UNLOCK) in process_one_page() 1877 if (page_ops & PAGE_LOCK) { in __process_pages_contig() 1878 ASSERT(page_ops == PAGE_LOCK); in __process_pages_contig() 1896 ASSERT(page_ops & PAGE_LOCK); in __process_pages_contig() 1905 pages[i], locked_page, page_ops, in __process_pages_contig() [all …]
|
A D | extent_io.h | 279 u32 bits_to_clear, unsigned long page_ops);
|
A D | inode.c | 1129 unsigned long page_ops; in cow_file_range() local 1273 page_ops = unlock ? PAGE_UNLOCK : 0; in cow_file_range() 1274 page_ops |= PAGE_SET_ORDERED; in cow_file_range() 1279 page_ops); in cow_file_range() 1307 page_ops = PAGE_UNLOCK | PAGE_START_WRITEBACK | PAGE_END_WRITEBACK; in cow_file_range() 1323 page_ops); in cow_file_range() 1330 page_ops); in cow_file_range() 1431 unsigned long page_ops = PAGE_UNLOCK | PAGE_START_WRITEBACK | in cow_file_range_async() local 1435 clear_bits, page_ops); in cow_file_range_async()
|
/linux/fs/gfs2/ |
A D | bmap.c | 1069 iomap->page_ops = &gfs2_iomap_page_ops; in gfs2_iomap_begin_write()
|
Completed in 82 milliseconds