Searched refs:EXTENT_DELALLOC (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | extent_io.h | 16 #define EXTENT_DELALLOC (1U << 5) macro 354 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty() 367 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc() 375 EXTENT_DELALLOC | EXTENT_UPTODATE | EXTENT_DEFRAG, in set_extent_defrag()
|
D | inode.c | 607 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() 880 NULL, EXTENT_LOCKED | EXTENT_DELALLOC, in submit_compressed_extents() 919 NULL, EXTENT_LOCKED | EXTENT_DELALLOC | in submit_compressed_extents() 1021 EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range() 1120 EXTENT_LOCKED | EXTENT_DELALLOC, in cow_file_range() 1147 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range() 1342 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1574 EXTENT_DELALLOC | in run_delalloc_nocow() 1607 EXTENT_DELALLOC | EXTENT_DEFRAG | in run_delalloc_nocow() 1679 if (!(orig->state & EXTENT_DELALLOC)) in btrfs_split_extent_hook() [all …]
|
D | free-space-cache.c | 1019 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL); in update_cache_item() 1032 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, in update_cache_item() 1130 EXTENT_DIRTY | EXTENT_DELALLOC, 0, 0, NULL); in flush_dirty_cache()
|
D | extent_io.c | 646 if (bits & EXTENT_DELALLOC) in __clear_extent_bit() 1552 if (!(state->state & EXTENT_DELALLOC)) { in find_delalloc_range() 1689 EXTENT_DELALLOC, 1, cached_state); in find_lock_delalloc_range() 4304 EXTENT_LOCKED | EXTENT_DIRTY | EXTENT_DELALLOC | in extent_invalidatepage()
|
D | ioctl.c | 1048 thresh, EXTENT_DELALLOC, 1); in check_defrag_in_cache() 1352 page_end - 1, EXTENT_DIRTY | EXTENT_DELALLOC | in cluster_pages_for_defrag() 3322 off + len - 1, EXTENT_DELALLOC, 0, NULL)) { in lock_extent_range()
|
D | file.c | 539 EXTENT_DIRTY | EXTENT_DELALLOC | in btrfs_dirty_pages()
|
/linux-4.19.296/fs/btrfs/tests/ |
D | inode-tests.c | 991 EXTENT_DELALLOC | EXTENT_DIRTY | in test_extent_accounting() 1059 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting() 1092 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting() 1108 EXTENT_DIRTY | EXTENT_DELALLOC | in test_extent_accounting()
|