Searched refs:page_ops (Results 1 – 5 of 5) sorted by relevance
/fs/iomap/ |
D | buffered-io.c | 605 const struct iomap_page_ops *page_ops = iter->iomap.page_ops; in iomap_write_begin() local 617 if (page_ops && page_ops->page_prepare) { in iomap_write_begin() 618 status = page_ops->page_prepare(iter->inode, pos, len); in iomap_write_begin() 649 if (page_ops && page_ops->page_done) in iomap_write_begin() 650 page_ops->page_done(iter->inode, pos, 0, NULL); in iomap_write_begin() 699 const struct iomap_page_ops *page_ops = iter->iomap.page_ops; in iomap_write_end() local 726 if (page_ops && page_ops->page_done) in iomap_write_end() 727 page_ops->page_done(iter->inode, pos, ret, page); in iomap_write_end()
|
/fs/btrfs/ |
D | extent_io.c | 1825 unsigned long page_ops, u64 start, u64 end) in process_one_page() argument 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() 1864 u64 start, u64 end, unsigned long page_ops, in __process_pages_contig() argument 1877 if (page_ops & PAGE_LOCK) { in __process_pages_contig() 1878 ASSERT(page_ops == PAGE_LOCK); in __process_pages_contig() [all …]
|
D | extent_io.h | 279 u32 bits_to_clear, unsigned long page_ops);
|
D | inode.c | 1096 unsigned long page_ops; in cow_file_range() local 1239 page_ops = unlock ? PAGE_UNLOCK : 0; in cow_file_range() 1240 page_ops |= PAGE_SET_ORDERED; in cow_file_range() 1245 page_ops); in cow_file_range() 1282 page_ops = PAGE_UNLOCK | PAGE_START_WRITEBACK | PAGE_END_WRITEBACK; in cow_file_range() 1298 locked_page, 0, page_ops); in cow_file_range() 1315 page_ops); in cow_file_range() 1329 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()
|
/fs/gfs2/ |
D | bmap.c | 1066 iomap->page_ops = &gfs2_iomap_page_ops; in gfs2_iomap_begin_write()
|