Searched refs:EXTENT_DELALLOC (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/btrfs/tests/ |
D | inode-tests.c | 975 EXTENT_DELALLOC | EXTENT_DIRTY | in test_extent_accounting() 1046 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting() 1080 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting() 1097 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting()
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 536 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() 821 NULL, EXTENT_LOCKED | EXTENT_DELALLOC, in submit_compressed_extents() 856 NULL, EXTENT_LOCKED | EXTENT_DELALLOC | in submit_compressed_extents() 950 EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range() 1043 EXTENT_LOCKED | EXTENT_DELALLOC, in cow_file_range() 1060 EXTENT_DELALLOC | EXTENT_DEFRAG, in cow_file_range() 1235 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1253 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1456 EXTENT_DELALLOC, PAGE_UNLOCK | in run_delalloc_nocow() 1486 EXTENT_DELALLOC | EXTENT_DEFRAG | in run_delalloc_nocow() [all …]
|
D | extent_io.h | 12 #define EXTENT_DELALLOC (1U << 5) macro
|
D | extent_io.c | 587 if (bits & EXTENT_DELALLOC) in clear_extent_bit() 1287 EXTENT_DELALLOC | EXTENT_UPTODATE, in set_extent_delalloc() 1295 EXTENT_DELALLOC | EXTENT_UPTODATE | EXTENT_DEFRAG, in set_extent_defrag() 1303 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty() 1553 if (!(state->state & EXTENT_DELALLOC)) { in find_delalloc_range() 1739 EXTENT_DELALLOC, 1, cached_state); in find_lock_delalloc_range() 4260 EXTENT_LOCKED | EXTENT_DIRTY | EXTENT_DELALLOC | in extent_invalidatepage()
|
D | free-space-cache.c | 1000 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL, in update_cache_item() 1014 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, in update_cache_item() 1115 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL, in flush_dirty_cache()
|
D | ioctl.c | 905 thresh, EXTENT_DELALLOC, 1); in check_defrag_in_cache() 1203 page_end - 1, EXTENT_DIRTY | EXTENT_DELALLOC | in cluster_pages_for_defrag() 2801 off + len - 1, EXTENT_DELALLOC, 0, NULL)) { in lock_extent_range()
|
D | file.c | 1408 last_pos, EXTENT_DIRTY | EXTENT_DELALLOC | in lock_and_cleanup_extent_if_need()
|