Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.c1758 unsigned long page_ops) in extent_clear_unlock_delalloc() argument
1769 if (page_ops == 0) in extent_clear_unlock_delalloc()
1772 if ((page_ops & PAGE_SET_ERROR) && nr_pages > 0) in extent_clear_unlock_delalloc()
1781 if (page_ops & PAGE_SET_PRIVATE2) in extent_clear_unlock_delalloc()
1788 if (page_ops & PAGE_CLEAR_DIRTY) in extent_clear_unlock_delalloc()
1790 if (page_ops & PAGE_SET_WRITEBACK) in extent_clear_unlock_delalloc()
1792 if (page_ops & PAGE_SET_ERROR) in extent_clear_unlock_delalloc()
1794 if (page_ops & PAGE_END_WRITEBACK) in extent_clear_unlock_delalloc()
1796 if (page_ops & PAGE_UNLOCK) in extent_clear_unlock_delalloc()
Dextent_io.h327 unsigned long page_ops);