/kernel/linux/linux-5.10/fs/btrfs/ |
H A 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()
|
H A 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()
|
H A D | extent_io.c | 638 if ((bits_to_clear & EXTENT_DIRTY) && (state->state & EXTENT_DIRTY)) { in clear_state_bit() 924 if ((bits_to_set & EXTENT_DIRTY) && !(state->state & EXTENT_DIRTY)) { in set_state_bits() 2033 * set. This can be fairly slow, except for EXTENT_DIRTY which is 2051 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits() 2229 EXTENT_LOCKED | EXTENT_DIRTY); in free_io_failure() 2374 EXTENT_DIRTY, 0); in clean_io_failure() 2433 state = find_first_extent_bit_state(failure_tree, start, EXTENT_DIRTY); in btrfs_free_io_failure_record() 2523 EXTENT_LOCKED | EXTENT_DIRTY); in btrfs_get_io_failure_record() [all...] |
H A D | block-group.c | 470 EXTENT_DIRTY | EXTENT_UPTODATE, in add_new_free_space() 1326 EXTENT_DIRTY); in clean_pinned_extents() 1332 EXTENT_DIRTY); in clean_pinned_extents()
|
H A D | relocation.c | 166 node->bytenr + blocksize - 1, EXTENT_DIRTY); in mark_block_processed() 2457 bytenr + blocksize - 1, EXTENT_DIRTY, 1, NULL)) in tree_block_processed() 3184 EXTENT_DIRTY, NULL); in find_next_extent() 3408 clear_extent_bits(&rc->processed_blocks, 0, (u64)-1, EXTENT_DIRTY); in relocate_block_group()
|
H A D | transaction.c | 1133 if ((mark & EXTENT_DIRTY) && in btrfs_wait_tree_log_extents() 1162 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
H A D | tree-log.c | 3116 mark = EXTENT_DIRTY; in btrfs_sync_log() 3232 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3243 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3325 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
H A D | disk-io.c | 4634 EXTENT_DIRTY, &cached_state); in btrfs_destroy_pinned_extent() 4742 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
H A D | free-space-cache.c | 1098 EXTENT_DIRTY, NULL); in write_pinned_extent_entries()
|
H A D | extent-tree.c | 2838 EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.h | 12 ENUM_BIT(EXTENT_DIRTY), 69 #define CHUNK_ALLOCATED EXTENT_DIRTY 177 EXTENT_DIRTY | EXTENT_DELALLOC | in clear_extent_dirty()
|
H A D | file-item.c | 63 &end, EXTENT_DIRTY); in btrfs_inode_safe_disk_i_size_write() 98 EXTENT_DIRTY, NULL); in btrfs_inode_set_file_extent_range() 127 start + len - 1, EXTENT_DIRTY, NULL); in btrfs_inode_clear_file_extent_range()
|
H A D | tree-log.c | 2921 mark = EXTENT_DIRTY; in btrfs_sync_log() 3057 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3077 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3203 EXTENT_DIRTY | EXTENT_NEW); in free_log_tree() 3205 EXTENT_DIRTY | EXTENT_NEW); in free_log_tree() 3215 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
H A D | block-group.c | 532 EXTENT_DIRTY | EXTENT_UPTODATE, in btrfs_add_new_free_space() 1449 EXTENT_DIRTY); in clean_pinned_extents() 1455 EXTENT_DIRTY); in clean_pinned_extents() 3666 EXTENT_DIRTY, NULL); in btrfs_update_block_group()
|
H A D | relocation.c | 178 node->bytenr + blocksize - 1, EXTENT_DIRTY, NULL); in mark_block_processed() 2636 bytenr + blocksize - 1, EXTENT_DIRTY, 1, NULL)) in tree_block_processed() 3563 EXTENT_DIRTY, NULL); in find_next_extent() 3760 clear_extent_bits(&rc->processed_blocks, 0, (u64)-1, EXTENT_DIRTY); in relocate_block_group()
|
H A D | transaction.c | 1191 if ((mark & EXTENT_DIRTY) && in btrfs_wait_tree_log_extents() 1220 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
H A D | extent-tree.c | 2555 bytenr + num_bytes - 1, EXTENT_DIRTY, NULL); in pin_down_extent() 2800 EXTENT_DIRTY, &cached_state)) { in btrfs_finish_extent_commit() 4909 EXTENT_DIRTY, NULL); in btrfs_init_new_buffer() 4917 buf->start + buf->len - 1, EXTENT_DIRTY, NULL); in btrfs_init_new_buffer()
|
H A D | disk-io.c | 4238 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 4768 EXTENT_DIRTY, &cached_state)) { in btrfs_destroy_pinned_extent() 4899 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
H A D | zoned.c | 1612 EXTENT_DIRTY | EXTENT_NOWAIT, NULL); in btrfs_redirty_list_add()
|
H A D | free-space-cache.c | 1224 EXTENT_DIRTY, NULL)) in write_pinned_extent_entries()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 143 { EXTENT_DIRTY, "DIRTY"}, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 146 { EXTENT_DIRTY, "DIRTY"}, \
|