Searched refs:page_ops (Results 1 – 3 of 3) sorted by relevance
1526 unsigned long page_ops, pgoff_t *index_ret);1654 unsigned long page_ops, pgoff_t *index_ret) in __process_pages_contig() argument1664 if (page_ops & PAGE_LOCK) { in __process_pages_contig()1665 ASSERT(page_ops == PAGE_LOCK); in __process_pages_contig()1669 if ((page_ops & PAGE_SET_ERROR) && nr_pages > 0) in __process_pages_contig()1681 ASSERT(page_ops & PAGE_LOCK); in __process_pages_contig()1687 if (page_ops & PAGE_SET_PRIVATE2) in __process_pages_contig()1695 if (page_ops & PAGE_CLEAR_DIRTY) in __process_pages_contig()1697 if (page_ops & PAGE_SET_WRITEBACK) in __process_pages_contig()1699 if (page_ops & PAGE_SET_ERROR) in __process_pages_contig()[all …]
495 unsigned long page_ops);
951 unsigned long page_ops; in cow_file_range() local1057 page_ops = unlock ? PAGE_UNLOCK : 0; in cow_file_range()1058 page_ops |= PAGE_SET_PRIVATE2; in cow_file_range()1064 page_ops); in cow_file_range()1092 page_ops = PAGE_UNLOCK | PAGE_CLEAR_DIRTY | PAGE_SET_WRITEBACK | in cow_file_range()1110 page_ops); in cow_file_range()1118 page_ops); in cow_file_range()