Searched refs:EXTENT_DIRTY (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/fs/btrfs/ |
| D | extent-io-tree.h | 10 #define EXTENT_DIRTY (1U << 0) macro 35 #define CHUNK_ALLOCATED EXTENT_DIRTY 178 return set_extent_bit(tree, start, end, EXTENT_DIRTY, NULL, in set_extent_dirty() 186 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty()
|
| D | file-item.c | 55 &start, &end, EXTENT_DIRTY); in btrfs_inode_safe_disk_i_size_write() 87 EXTENT_DIRTY); in btrfs_inode_set_file_extent_range() 114 start + len - 1, EXTENT_DIRTY, 0, 0, NULL); in btrfs_inode_clear_file_extent_range()
|
| D | extent_io.c | 638 if ((bits_to_clear & EXTENT_DIRTY) && (state->state & EXTENT_DIRTY)) { in clear_state_bit() 926 if ((bits_to_set & EXTENT_DIRTY) && !(state->state & EXTENT_DIRTY)) { in set_state_bits() 2053 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits() 2231 EXTENT_LOCKED | EXTENT_DIRTY); in free_io_failure() 2376 EXTENT_DIRTY, 0); in clean_io_failure() 2435 state = find_first_extent_bit_state(failure_tree, start, EXTENT_DIRTY); in btrfs_free_io_failure_record() 2525 EXTENT_LOCKED | EXTENT_DIRTY); in btrfs_get_io_failure_record()
|
| D | relocation.c | 166 node->bytenr + blocksize - 1, EXTENT_DIRTY); in mark_block_processed() 2439 bytenr + blocksize - 1, EXTENT_DIRTY, 1, NULL)) in tree_block_processed() 3161 EXTENT_DIRTY, NULL); in find_next_extent() 3381 clear_extent_bits(&rc->processed_blocks, 0, (u64)-1, EXTENT_DIRTY); in relocate_block_group()
|
| D | block-group.c | 463 EXTENT_DIRTY | EXTENT_UPTODATE, in add_new_free_space() 1306 EXTENT_DIRTY); in clean_pinned_extents() 1312 EXTENT_DIRTY); in clean_pinned_extents()
|
| D | transaction.c | 1086 if ((mark & EXTENT_DIRTY) && in btrfs_wait_tree_log_extents() 1115 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
| D | tree-log.c | 3069 mark = EXTENT_DIRTY; in btrfs_sync_log() 3185 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3196 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3278 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
| D | disk-io.c | 4532 EXTENT_DIRTY, &cached_state); in btrfs_destroy_pinned_extent() 4635 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
| D | free-space-cache.c | 1093 EXTENT_DIRTY, NULL); in write_pinned_extent_entries()
|
| D | extent-tree.c | 2899 EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit()
|
| /Linux-v5.10/include/trace/events/ |
| D | btrfs.h | 143 { EXTENT_DIRTY, "DIRTY"}, \
|