Home
last modified time | relevance | path

Searched refs:page_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/btrfs/
A Dextent_io.c257 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 …]
A Dextent_io.h273 u32 bits_to_clear, unsigned long page_ops);
A Dinode.c1210 unsigned long page_ops; in cow_file_range() local
1357 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() local
1570 clear_bits, page_ops); in cow_file_range_async()

Completed in 29 milliseconds