Searched refs:EXTENT_DIRTY (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | extent-io-tree.h | 10 #define EXTENT_DIRTY (1U << 0) macro 56 #define CHUNK_ALLOCATED EXTENT_DIRTY 182 return set_extent_bit(tree, start, end, EXTENT_DIRTY, NULL, mask); in set_extent_dirty() 189 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, NULL); in btrfs_inode_clear_file_extent_range()
|
D | relocation.c | 169 node->bytenr + blocksize - 1, EXTENT_DIRTY); in mark_block_processed() 2592 bytenr + blocksize - 1, EXTENT_DIRTY, 1, NULL)) in tree_block_processed() 3495 EXTENT_DIRTY, NULL); in find_next_extent() 3692 clear_extent_bits(&rc->processed_blocks, 0, (u64)-1, EXTENT_DIRTY); in relocate_block_group()
|
D | tree-log.c | 2992 mark = EXTENT_DIRTY; in btrfs_sync_log() 3128 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3148 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3274 EXTENT_DIRTY | EXTENT_NEW); in free_log_tree() 3276 EXTENT_DIRTY | EXTENT_NEW); in free_log_tree() 3286 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
D | transaction.c | 1161 if ((mark & EXTENT_DIRTY) && in btrfs_wait_tree_log_extents() 1190 ret = btrfs_write_marked_extents(fs_info, dirty_pages, EXTENT_DIRTY); in btrfs_write_and_wait_transaction()
|
D | block-group.c | 499 EXTENT_DIRTY | EXTENT_UPTODATE, in add_new_free_space() 1268 EXTENT_DIRTY); in clean_pinned_extents() 1274 EXTENT_DIRTY); in clean_pinned_extents()
|
D | disk-io.c | 4534 &found_start, &found_end, EXTENT_DIRTY, &cached)) { in warn_about_uncommitted_trans() 5096 EXTENT_DIRTY, &cached_state); in btrfs_destroy_pinned_extent() 5199 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
D | zoned.c | 1601 eb->start + eb->len - 1, EXTENT_DIRTY); in btrfs_redirty_list_add()
|
D | free-space-cache.c | 1227 EXTENT_DIRTY, NULL); in write_pinned_extent_entries()
|
D | extent-tree.c | 2776 EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit()
|
/linux-6.1.9/include/trace/events/ |
D | btrfs.h | 146 { EXTENT_DIRTY, "DIRTY"}, \
|