Searched refs:EXTENT_DIRTY (Results 1 – 10 of 10) sorted by relevance
/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() 924 if ((bits_to_set & EXTENT_DIRTY) && !(state->state & EXTENT_DIRTY)) { in set_state_bits() 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()
|
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()
|
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()
|
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()
|
D | tree-log.c | 3111 mark = EXTENT_DIRTY; in btrfs_sync_log() 3227 EXTENT_DIRTY | EXTENT_NEW); in btrfs_sync_log() 3238 EXTENT_NEW | EXTENT_DIRTY); in btrfs_sync_log() 3320 EXTENT_DIRTY | EXTENT_NEW | EXTENT_NEED_WAIT); in free_log_tree()
|
D | disk-io.c | 4634 EXTENT_DIRTY, &cached_state); in btrfs_destroy_pinned_extent() 4742 EXTENT_DIRTY); in btrfs_cleanup_one_transaction()
|
D | free-space-cache.c | 1098 EXTENT_DIRTY, NULL); in write_pinned_extent_entries()
|
D | extent-tree.c | 2838 EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit()
|