Searched refs:page_ops (Results 1 – 3 of 3) sorted by relevance
257 if (page_ops & PAGE_SET_ORDERED) in process_one_page()259 if (page_ops & PAGE_SET_ERROR) in process_one_page()261 if (page_ops & PAGE_START_WRITEBACK) { in process_one_page()265 if (page_ops & PAGE_END_WRITEBACK) in process_one_page()271 if (page_ops & PAGE_LOCK) { in process_one_page()282 if (page_ops & PAGE_UNLOCK) in process_one_page()301 if (page_ops & PAGE_LOCK) { in __process_pages_contig()302 ASSERT(page_ops == PAGE_LOCK); in __process_pages_contig()321 ASSERT(page_ops & PAGE_LOCK); in __process_pages_contig()330 &folio->page, locked_page, page_ops, in __process_pages_contig()[all …]
273 u32 bits_to_clear, unsigned long page_ops);
1210 unsigned long page_ops; in cow_file_range() local1357 page_ops = unlock ? PAGE_UNLOCK : 0; in cow_file_range()1358 page_ops |= PAGE_SET_ORDERED; in cow_file_range()1363 page_ops); in cow_file_range()1415 page_ops = PAGE_UNLOCK | PAGE_START_WRITEBACK | PAGE_END_WRITEBACK; in cow_file_range()1433 locked_page, 0, page_ops); in cow_file_range()1451 page_ops); in cow_file_range()1465 page_ops); in cow_file_range()1566 unsigned long page_ops = PAGE_UNLOCK | PAGE_START_WRITEBACK | in cow_file_range_async() local1570 clear_bits, page_ops); in cow_file_range_async()
Completed in 29 milliseconds