Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.c1826 unsigned long page_ops) in extent_clear_unlock_delalloc() argument
1837 if (page_ops == 0) in extent_clear_unlock_delalloc()
1840 if ((page_ops & PAGE_SET_ERROR) && nr_pages > 0) in extent_clear_unlock_delalloc()
1849 if (page_ops & PAGE_SET_PRIVATE2) in extent_clear_unlock_delalloc()
1856 if (page_ops & PAGE_CLEAR_DIRTY) in extent_clear_unlock_delalloc()
1858 if (page_ops & PAGE_SET_WRITEBACK) in extent_clear_unlock_delalloc()
1860 if (page_ops & PAGE_SET_ERROR) in extent_clear_unlock_delalloc()
1862 if (page_ops & PAGE_END_WRITEBACK) in extent_clear_unlock_delalloc()
1864 if (page_ops & PAGE_UNLOCK) in extent_clear_unlock_delalloc()
Dextent_io.h346 unsigned long page_ops);