Searched refs:EXTENT_DELALLOC (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/fs/btrfs/ |
| D | extent-io-tree.h | 14 #define EXTENT_DELALLOC (1U << 4) macro 186 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty() 199 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc() 207 EXTENT_DELALLOC | EXTENT_UPTODATE | EXTENT_DEFRAG, in set_extent_defrag()
|
| D | inode.c | 624 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() 886 NULL, EXTENT_LOCKED | EXTENT_DELALLOC, in submit_compressed_extents() 921 NULL, EXTENT_LOCKED | EXTENT_DELALLOC | in submit_compressed_extents() 1021 EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range() 1118 EXTENT_LOCKED | EXTENT_DELALLOC, in cow_file_range() 1145 clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in cow_file_range() 1270 unsigned clear_bits = EXTENT_LOCKED | EXTENT_DELALLOC | in cow_file_range_async() 1469 EXTENT_LOCKED | EXTENT_DELALLOC | in run_delalloc_nocow() 1748 EXTENT_DELALLOC | in run_delalloc_nocow() 1784 EXTENT_DELALLOC | EXTENT_DEFRAG | in run_delalloc_nocow() [all …]
|
| D | reflink.c | 86 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, in copy_inline_to_page()
|
| D | extent_io.c | 713 if (bits & EXTENT_DELALLOC) in __clear_extent_bit() 1787 if (!(state->state & EXTENT_DELALLOC)) { in btrfs_find_delalloc_range() 1927 EXTENT_DELALLOC, 1, cached_state); in find_lock_delalloc_range() 4391 clear_extent_bit(tree, start, end, EXTENT_LOCKED | EXTENT_DELALLOC | in extent_invalidatepage()
|
| D | free-space-cache.c | 1032 EXTENT_DELALLOC, 0, 0, NULL); in update_cache_item() 1044 inode->i_size - 1, EXTENT_DELALLOC, 0, in update_cache_item() 1141 EXTENT_DELALLOC, 0, 0, NULL); in flush_dirty_cache()
|
| D | ioctl.c | 1071 thresh, EXTENT_DELALLOC, 1); in check_defrag_in_cache() 1375 page_end - 1, EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | in cluster_pages_for_defrag()
|
| D | file.c | 488 EXTENT_DELALLOC | EXTENT_DO_ACCOUNTING | EXTENT_DEFRAG, in btrfs_dirty_pages()
|
| /Linux-v5.10/fs/btrfs/tests/ |
| D | inode-tests.c | 986 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1054 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1087 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting() 1103 EXTENT_DELALLOC | EXTENT_DELALLOC_NEW | in test_extent_accounting()
|
| /Linux-v5.10/include/trace/events/ |
| D | btrfs.h | 147 { EXTENT_DELALLOC, "DELALLOC"}, \
|