Searched refs:EXTENT_DIRTY (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | extent-io-tree.h | 10 #define EXTENT_DIRTY (1U << 0) macro 49 #define CHUNK_ALLOCATED EXTENT_DIRTY 193 return set_extent_bit(tree, start, end, EXTENT_DIRTY, 0, NULL, NULL, in set_extent_dirty() 201 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty()
|
| D | file-item.c | 58 &end, EXTENT_DIRTY); in btrfs_inode_safe_disk_i_size_write() 92 EXTENT_DIRTY); in btrfs_inode_set_file_extent_range() 121 start + len - 1, EXTENT_DIRTY, 0, 0, NULL); in btrfs_inode_clear_file_extent_range()
|
| D | extent_io.c | 648 if ((bits_to_clear & EXTENT_DIRTY) && (state->state & EXTENT_DIRTY)) { in clear_state_bit() 934 if ((bits_to_set & EXTENT_DIRTY) && !(state->state & EXTENT_DIRTY)) { in set_state_bits() 2095 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits() 2261 EXTENT_LOCKED | EXTENT_DIRTY); in free_io_failure() 2409 EXTENT_DIRTY, 0); in clean_io_failure() 2461 state = find_first_extent_bit_state(failure_tree, start, EXTENT_DIRTY); in btrfs_free_io_failure_record() 2550 EXTENT_LOCKED | EXTENT_DIRTY); in btrfs_get_io_failure_record()
|
| D | transaction.c | 1141 if ((mark & EXTENT_DIRTY) && in btrfs_wait_tree_log_extents() 1170 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
| D | relocation.c | 167 node->bytenr + blocksize - 1, EXTENT_DIRTY); in mark_block_processed() 2587 bytenr + blocksize - 1, EXTENT_DIRTY, 1, NULL)) in tree_block_processed() 3521 EXTENT_DIRTY, NULL); in find_next_extent() 3713 clear_extent_bits(&rc->processed_blocks, 0, (u64)-1, EXTENT_DIRTY); in relocate_block_group()
|
| D | block-group.c | 481 EXTENT_DIRTY | EXTENT_UPTODATE, in add_new_free_space() 1258 EXTENT_DIRTY); in clean_pinned_extents() 1264 EXTENT_DIRTY); in clean_pinned_extents()
|
| D | tree-log.c | 3135 mark = EXTENT_DIRTY; in btrfs_sync_log() 3274 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3295 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3410 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
| D | zoned.c | 1271 eb->start + eb->len - 1, EXTENT_DIRTY); in btrfs_redirty_list_add()
|
| D | disk-io.c | 4812 EXTENT_DIRTY, &cached_state); in btrfs_destroy_pinned_extent() 4915 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
| D | free-space-cache.c | 1166 EXTENT_DIRTY, NULL); in write_pinned_extent_entries()
|
| D | extent-tree.c | 2805 EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit()
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 144 { EXTENT_DIRTY, "DIRTY"}, \
|