Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.h49 #define PAGE_UNLOCK (1 << 0) macro
Dinode.c556 clear_flags, PAGE_UNLOCK | in compress_file_range()
829 PAGE_UNLOCK | PAGE_CLEAR_DIRTY | in submit_compressed_extents()
865 PAGE_UNLOCK | PAGE_CLEAR_DIRTY | in submit_compressed_extents()
958 EXTENT_DEFRAG, PAGE_UNLOCK | in cow_file_range()
1045 op = unlock ? PAGE_UNLOCK : 0; in cow_file_range()
1068 PAGE_UNLOCK | PAGE_CLEAR_DIRTY | in cow_file_range()
1247 EXTENT_DEFRAG, PAGE_UNLOCK | in run_delalloc_nocow()
1265 EXTENT_DEFRAG, PAGE_UNLOCK | in run_delalloc_nocow()
1466 EXTENT_DELALLOC, PAGE_UNLOCK | in run_delalloc_nocow()
1497 EXTENT_DO_ACCOUNTING, PAGE_UNLOCK | in run_delalloc_nocow()
Dextent_io.c1864 if (page_ops & PAGE_UNLOCK) in extent_clear_unlock_delalloc()