Searched refs:EXTENT_DELALLOC (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/fs/btrfs/ |
D | inode.c | 543 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() 828 NULL, EXTENT_LOCKED | EXTENT_DELALLOC, in submit_compressed_extents() 863 NULL, EXTENT_LOCKED | EXTENT_DELALLOC | in submit_compressed_extents() 957 EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range() 1050 EXTENT_LOCKED | EXTENT_DELALLOC, in cow_file_range() 1067 EXTENT_DELALLOC | EXTENT_DEFRAG, in cow_file_range() 1245 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1263 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1466 EXTENT_DELALLOC, PAGE_UNLOCK | in run_delalloc_nocow() 1496 EXTENT_DELALLOC | EXTENT_DEFRAG | in run_delalloc_nocow() [all …]
|
D | extent_io.h | 13 #define EXTENT_DELALLOC (1U << 5) macro
|
D | extent_io.c | 609 if (bits & EXTENT_DELALLOC) in __clear_extent_bit() 1355 EXTENT_DELALLOC | EXTENT_UPTODATE, in set_extent_delalloc() 1363 EXTENT_DELALLOC | EXTENT_UPTODATE | EXTENT_DEFRAG, in set_extent_defrag() 1371 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty() 1621 if (!(state->state & EXTENT_DELALLOC)) { in find_delalloc_range() 1807 EXTENT_DELALLOC, 1, cached_state); in find_lock_delalloc_range() 4332 EXTENT_LOCKED | EXTENT_DIRTY | EXTENT_DELALLOC | in extent_invalidatepage()
|
D | free-space-cache.c | 998 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL, in update_cache_item() 1012 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, in update_cache_item() 1113 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL, in flush_dirty_cache()
|
D | ioctl.c | 906 thresh, EXTENT_DELALLOC, 1); in check_defrag_in_cache() 1209 page_end - 1, EXTENT_DIRTY | EXTENT_DELALLOC | in cluster_pages_for_defrag() 2857 off + len - 1, EXTENT_DELALLOC, 0, NULL)) { in lock_extent_range()
|
D | file.c | 1418 last_pos, EXTENT_DIRTY | EXTENT_DELALLOC | in lock_and_cleanup_extent_if_need()
|