Searched refs:EXTENT_DELALLOC (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | extent-io-tree.h | 14 #define EXTENT_DELALLOC (1U << 4) macro 201 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty() 214 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc() 222 EXTENT_DELALLOC | EXTENT_UPTODATE | EXTENT_DEFRAG, in set_extent_defrag()
|
| D | inode.c | 709 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() 969 NULL, EXTENT_LOCKED | EXTENT_DELALLOC, in submit_compressed_extents() 1004 NULL, EXTENT_LOCKED | EXTENT_DELALLOC | in submit_compressed_extents() 1114 EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range() 1225 EXTENT_LOCKED | EXTENT_DELALLOC, in cow_file_range() 1252 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range() 1376 unsigned clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range_async() 1598 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1883 EXTENT_DELALLOC | in run_delalloc_nocow() 1919 EXTENT_DELALLOC | EXTENT_DEFRAG | in run_delalloc_nocow() [all …]
|
| D | reflink.c | 91 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, in copy_inline_to_page()
|
| D | free-space-cache.c | 1105 EXTENT_DELALLOC, 0, 0, NULL); in update_cache_item() 1117 inode->i_size - 1, EXTENT_DELALLOC, 0, in update_cache_item() 1214 EXTENT_DELALLOC, 0, 0, NULL); in flush_dirty_cache()
|
| D | extent_io.c | 721 if (bits & EXTENT_DELALLOC) in __clear_extent_bit() 1789 if (!(state->state & EXTENT_DELALLOC)) { in btrfs_find_delalloc_range() 2049 EXTENT_DELALLOC, 1, cached_state); in find_lock_delalloc_range()
|
| D | ioctl.c | 1015 thresh, EXTENT_DELALLOC, 1); in check_defrag_in_cache() 1361 page_end - 1, EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | in cluster_pages_for_defrag()
|
| D | file.c | 495 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, in btrfs_dirty_pages()
|
| /Linux-v5.15/fs/btrfs/tests/ |
| D | inode-tests.c | 977 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1045 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1078 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1094 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 148 { EXTENT_DELALLOC, "DELALLOC"}, \
|